File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/trainnewss
Editing: trainnewss/showdetail.asp
Full path: C:\ict\ICT\trainnewss\showdetail.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="Connectdb.asp"--> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <style> <!-- a{text-decoration:none} //--> </style> <SCRIPT language=JavaScript> var rate = 20; // Increase amount(The degree of the transmutation) var obj; // The object which event occured in var act = 0; // Flag during the action var elmH = 0; // Hue var elmS = 128; // Saturation var elmV = 255; // Value var clrOrg; // A color before the change var TimerID; // Timer ID if (navigator.appName.indexOf("Microsoft",0) != -1 && parseInt(navigator.appVersion) >= 4) { Browser = true; } else { Browser = false; } if (Browser) { document.onmouseover = doRainbowAnchor; document.onmouseout = stopRainbowAnchor; } function doRainbow() { if (Browser && act != 1) { act = 1; obj = event.srcElement; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } } function stopRainbow() { if (Browser && act != 0) { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } function doRainbowAnchor() { if (Browser && act != 1) { obj = event.srcElement; while (obj.tagName != 'A' && obj.tagName != 'BODY') { obj = obj.parentElement; if (obj.tagName == 'A' || obj.tagName == 'BODY') break; } if (obj.tagName == 'A' && obj.href != '') { act = 1; clrOrg = obj.style.color; TimerID = setInterval("ChangeColor()",100); } } } function stopRainbowAnchor() { if (Browser && act != 0) { if (obj.tagName == 'A') { obj.style.color = clrOrg; clearInterval(TimerID); act = 0; } } } function ChangeColor() { obj.style.color = makeColor(); } function makeColor() { if (elmS == 0) { elmR = elmV; elmG = elmV; elmB = elmV; } else { t1 = elmV; t2 = (255 - elmS) * elmV / 255; t3 = elmH % 60; t3 = (t1 - t2) * t3 / 60; if (elmH < 60) { elmR = t1; elmB = t2; elmG = t2 + t3; } else if (elmH < 120) { elmG = t1; elmB = t2; elmR = t1 - t3; } else if (elmH < 180) { elmG = t1; elmR = t2; elmB = t2 + t3; } else if (elmH < 240) { elmB = t1; elmR = t2; elmG = t1 - t3; } else if (elmH < 300) { elmB = t1; elmG = t2; elmR = t2 + t3; } else if (elmH < 360) { elmR = t1; elmG = t2; elmB = t1 - t3; } else { elmR = 0; elmG = 0; elmB = 0; } } elmR = Math.floor(elmR); elmG = Math.floor(elmG); elmB = Math.floor(elmB); clrRGB = '#' + elmR.toString(16) + elmG.toString(16) + elmB.toString(16); elmH = elmH + rate; if (elmH >= 360) elmH = 0; return clrRGB; } </SCRIPT> <title>::BSRI::</title> <meta name="keywords" content="�Ԩ�¾ĵԡ�����ʵ��, �Ԩ��, �ĵԡ���, �ĵԡ�����ʵ��, �Ԩ�¾ĵԡ���, ��, ��ͺ����, �������´, �����ԡĵ, ���ö��, �դ��, EQ, Behavioral science research institute, research, behavioral, behavior, Research, Behavioral, Behavior, Behavior Science"> <meta name="description" content="ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ��� ��觷��Ԩ�� ��м�Ե�ѳ�Ե��������س�Ҿ���Ե�ͧ����"> <title>ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <style type="text/css"> <!-- @import url(bsri2006.css); body { background-color: #CCFFCC; } --> </style> <SCRIPT language=JavaScript> function clearsearch() { document.form2.username1.value = ''; } function clearsearch1() { document.form2.password1.value = ''; } function clearsearch2() { document.form1.q.value = ''; } </SCRIPT> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <script> <!-- function show(){ var Digital=new Date() var hours=Digital.getHours() var minutes=Digital.getMinutes() var seconds=Digital.getSeconds() var dn="AM" if (hours>=12) dn="PM" if (hours>12) hours=hours-12 if (hours==0) hours=12 if (minutes<=9) minutes="0"+minutes if (seconds<=9) seconds="0"+seconds window.status=hours+":"+minutes+":" +seconds+" "+dn setTimeout("show()",1000) } show() //--> </script> <div align="center"> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="138" valign="top" background="image/menu.jpg"><br> <form name="form2" method="post" action="index_member.asp"> </form> <br> <br> </td> <td colspan="2" valign="top"><br> <table width="100%" border="0" cellpadding="0" cellspacing="1"> <tr> <td> <h3 align="center">ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� �͢ͺ�س��ҹ���������ʹ� �Ѻ��ѡ�ٵâͧ���</h3> <p> <% sname=session("sname") surename=session("surename") id_regis=session("id_regis") if sname="" and surename="" then sname=request("sname") surename=request("surename") end if set ors=server.createobject("adodb.recordset") sql="select * from newstu where sname='"&sname&"'" ors.open sql,conn,1,3 if not ors.eof then '���� response.write "<table><tr><td width=16% bgcolor=#EDEDEB><strong>���� / ʡ��</strong> <td bgcolor=#EDEDEB>"&ors("fname")&""&ors("sname")&" "&ors("surename")&"[<a href=edit.asp?id_regis="&ors("id_regis")&">Edit</a>] </tr>" response.write "<tr bgcolor=#F9F9F7><td><strong>���˹� </strong><td>"&ors("positionn")&"</tr>" response.write "<tr bgcolor=#EDEDEB><td><strong>�ѧ�Ѵ </strong><td>"&ors("work")&"</tr>" response.write "<tr bgcolor=#F9F9F7><td><strong>������� </strong><td>"&ors("address")&"</tr>" response.write "<tr bgcolor=#EDEDEB><td><strong>�������Ѿ�� </strong><td>"&ors("tel")&"</tr>" response.write "<tr bgcolor=#F9F9F7><td><strong>��Ͷ�� </strong><td> "&ors("mobile")&"</tr>" response.write "<tr bgcolor=#EDEDEB><td><strong>E-mail </strong> <td>"&ors("email")&"</tr>" response.write "<tr bgcolor=#F9F9F7><td><strong>��ͤ������ҡ</strong><td>"&ors("mess")&"</tr>" response.write "<tr bgcolor=#EDEDEB><td><strong>��ѡ�ٵ÷���ҹʹ�</strong> <td>"&ors("type_academic")&"</tr>" response.write "</table>" end if 'end if %> </p> <p align="center">[<a href="http://bsri.swu.ac.th">BSRI</a>] [<a href="www.swu.ac.th">SWU</a>]</p></td> </tr> </table></td></tr> <tr > <td > </td> <td > </td> </tr> </table> </div> </body> </html>