File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/work/celebsri52
Editing: work/celebsri52/application.asp.bak
Full path: C:\ict\ICT\work\celebsri52\application.asp.bak
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><!-- InstanceBegin template="/Templates/bsri_temp.dwt" codeOutsideHTMLIsLocked="false" --> <head> <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="�Ԩ�¾ĵԡ�����ʵ��, �Ԩ��, �ĵԡ���, �ĵԡ�����ʵ��, �Ԩ�¾ĵԡ���, Behavioral science research institute, research, behavioral, behavior, Research, Behavioral, Behavior, Behavior Science"> <meta name="description" content="ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ��� ��觷��Ԩ�� ��м�Ե�ѳ�Ե��������س�Ҿ���Ե�ͧ����"> <!-- InstanceBeginEditable name="doctitle" --> <title>ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable --> <style type="text/css"> <!-- @import url(bsri2006.css); --> </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="812" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="138" valign="top" background="image/menu.jpg"><img src="image/h1.jpg" width="138" height="171"> <table widt="100%" border="0" cellpadding="0" cellspacing="0" background="image/menu3.jpg"> <tr> <td width="134" height="21" background="image/menu3.jpg"><a href="aboutus.htm" ><font color="#FFFFFF">����ǡѺʶҺѹ</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg"><a href="curriculum.htm" ><font color="#FFFFFF">��ѡ�ٵ�</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg"><a href="research.htm" ><font color="#FFFFFF">�ҹ�Ԩ��</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg" bgcolor="#FFFFCC"><a href="edu_service.htm" ><font color="#FFFFFF">�ҹ��ԡ���Ԫҡ��</font></a></td> </tr> <tr> <td height="22" background="image/menu3.jpg"><a href="learn.htm" ><font color="#FFFFFF">������¹����</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg"><a href="staff_index.htm" ><font color="#FFFFFF">�ؤ�ҡ�</font></a></td> </tr> <tr> <td height="22" background="image/menu3.jpg"><font color="#FFFFFF">Link ���</font></td> </tr> <tr> <td height="41" background="image/menu3.jpg"><a href="http://www.navy.mi.th/civil/website/mainpage.html" target="_parent"><font color="#FFFFFF">�������ѧ����ʵ��<br> �ԧ�ĵԡ���</font></a> </td> </tr> </table> <br> <form name="form2" method="post" action="index_member.asp"> <table width="100%" border="0" cellspacing="1" cellpadding="0"> <tr> <td height="22"><div align="center"><font color="#000000"><strong>..:: ��Ҫԡ ::..</strong></font></div></td> </tr> <tr> <td><input onclick=clearsearch(); name="username1" type="text" value="username" size="18" maxlength="255" ></td> </tr> <tr> <td> <input onclick=clearsearch1(); name="password1" type="password" value="password" size="18" maxlength="255"> </td> </tr> <tr> <td><input type="submit" name="Submit" value="Submit"> <font color="#FFFFCC"> </font></td> </tr> <tr> <td><font color="#FFFFCC"><strong><a href="register.htm">��Ѥ���Ҫԡ</a></strong></font></td> </tr> </table> </form> <br> <br> </td> <td colspan="2" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr background="image/h6.jpg"> <td width="800" background="image/h6.jpg"><img src="image/h2.gif" width="624" height="76" ></td> </tr> <tr > <td height="28" background="image/h7.jpg"><div align="right"><a href="http://bsri.swu.ac.th" ><font color="#FFFFFF" face="MS Sans Serif, Tahoma, sans-serif">˹���á</font></a><font face="MS Sans Serif, Tahoma, sans-serif"> | <a href="http://www.swu.ac.th" target="_blank"><font color="#FFFFFF">SWU</font></a> | <a href="http://mail.swu.ac.th"><font color="#FFFFFF">E-mail</font></a> | <a href="education_online.htm" ><font color="#FFFFFF">E-Journal</font></a> | <a href="news_letter.htm" ><font color="#FFFFFF">�����¢���</font></a> | <a href="book.htm" ><font color="#FFFFFF">��ª���˹ѧ���</font></a> | <a href="http://webboard.swu.ac.th/?c=5200" target="_blank"><font color="#FFFFFF">��дҹ����</font></a> | <a href="contact.htm" ><font color="#FFFFFF">�Դ���</font></a> | <font color="#FFFFFF"><a href="index_eng.html">English</a> </font></font></div></td> </tr> </table> <br> <table width="100%" border="0" cellpadding="0" cellspacing="1"> <tr> <td> <!-- InstanceBeginEditable name="EditRegion3" --> <SCRIPT language=JavaScript> function onSubmit() { if (document.all.name_f.value.length==0){ alert('��س��кت������١��ͧ'); document.all.name_f.focus(); return false; } if (document.all.surname_f.value.length==0){ alert('��س��кع��ʡ�����١��ͧ'); document.all.surname_f.focus(); return false; } if(document.all.position.value.length==0 ) { alert('��س��кص��˹����١��ͧ'); document.all.position.focus(); return false; } if(document.all.ins_name.value.length==0 ) { alert('��س��к��ѧ�Ѵ���١��ͧ'); document.all.ins_name.focus(); return false; } if(document.all.umphur.value.length==0 ) { alert('��س��к�������/�ǧ���١��ͧ'); document.all.umphur.focus(); return false; } if(document.all.province.value.length==0 ) { alert('��س��кبѧ��Ѵ���١��ͧ'); document.all.province.focus(); return false; } if(document.all.id_code.value.length==0 ) { alert('��س��к�������ɳ������١��ͧ'); document.all.id_code.focus(); return false; } if(document.all.email.value.length==0 ) { alert('��س��кب��������š��ԡ�����١��ͧ'); document.all.email.focus(); return false; } if(document.all.tel.value.length==0 ) { alert('��س��кع�������Ѿ�����١��ͧ'); document.all.tel.focus(); return false; } if(document.all.fax.value.length==0 ) { alert('��س��к�������������١��ͧ'); document.all.fax.focus(); return false; } } </SCRIPT> <h3 align="center">���Ѥ����������Ъ��<br> �ѹʶһ��ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� �ú�ͺ �� ��<br> </h3> <p align="center">� ��ͧ��Ъ�������Ժ� �����ҧ �Ҥ�û���ҹ�Ե� (�Ҥ�� � )����Է�������չ��Թ�����ò<br> �ѹ�ء���� �� �ԧ�Ҥ� ���� ���� ��.�� - ��.�� �.</p> <form name="form1" method="post" action="add_52.asp" onSubmit="return onSubmit()"> <table width="85%" border="1" align="center" cellspacing="0" bordercolor="#FF6600"> <tr> <td><table width="100%" border="0" align="center"> <tr> <td width="34%" bgcolor="#CCCCCC"> </td> <td width="66%"> </td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>����*</strong></div></td> <td><input name="name_f" type="text" size="50"> *������� </td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>ʡ��*</strong></div></td> <td><input name="surname_f" type="text" size="50"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>���˹觷ҧ�Ԫҡ��*</strong></div></td> <td><input name="position" type="text" size="50"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>�ѧ�Ѵ*</strong></div></td> <td><input name="ins_name" type="text" size="50"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>�Ţ���</strong></div></td> <td><input name="no_add" type="text" id="no_add"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>���</strong></div></td> <td><input name="road" type="text" id="road"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>�Ӻ�/�ǧ</strong></div></td> <td><input name="tumbol" type="text" id="tumbol"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>�����/ࢵ*</strong></div></td> <td><input name="umphur" type="text" id="umphur"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>�ѧ��Ѵ*</strong></div></td> <td><input name="province" type="text" id="province"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>������ɳ���*</strong></div></td> <td><input name="id_code" type="text" id="id_code"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>���������š��ԡ��</strong></div></td> <td><input name="email" type="text" id="email"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>���Ѿ��*</strong></div></td> <td><input name="tel" type="text" size="50"></td> </tr> <tr> <td bgcolor="#CCCCCC"><div align="center"><strong>�����*</strong></div></td> <td><input name="fax" type="text" size="50"></td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2">��û�Ъ���������Ԫҡ�ä��駹�� ��Ҿ���</td> </tr> <tr bgcolor="#CCCCCC"> <td colspan="2"><strong>�Թ�����������Ъ�� ���ʧ��й�ö¹������Ҩʹ㹺���dz ��� �����Ţ <input name="id_car" type="text" id="id_car"> </strong></td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2">�óբ�����§ҹ�Ԩ����� ��ҹ��ͧ��ù��ʹͼŧҹ�Ԩ����ٻẺ,,,</td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"><strong> <input type="radio" name="type_present" value="1"> ��ú�����(Oral Presentation) <input type="radio" name="type_present" value="2"> ������ (Poster Presentation)</strong></td> </tr> <tr bgcolor="#FFFFFF"> <td colspan="2"><div align="center"> <input type="submit" name="Submit2" value="�ѹ�֡"> </div></td> </tr> </table></td> </tr> </table> </form> <p> </p> <!-- InstanceEndEditable --></td> </tr> </table></td> </tr> <tr > <td background="image/bottomedge.jpg"> <% '========================��С�ȵ���÷�����==================== Dim strFilePath Dim strObjFile Dim strObjStream Dim strTemp strFilePath = Server.MapPath("visitors.txt") '��˹����˹觢ͧ������纤�ҵ���Ţ Set strObjFile = CreateObject("Scripting.FileSystemObject") '���ҧ Object �����Ѻ Text File Set strObjStream= strObjFile.OpenTextFile (strFilePath, 1) '�ӡ���Դ��� visitors.txt ������ҹ���ҧ���� strTemp = strObjStream.ReadLine+1 '������ʹ Readline ������ҹ������ +������ա 1 strObjStream.Close '�ӡ�ûԴ��� Set strObjStream = strObjFile.OpenTextFile (strFilePath, 2) '�ӡ���Դ��� visitors.txt ������¹���ҧ���� strObjStream.WriteLine(strTemp) '��¹��ҷ����ҹ��ҡ����觴�ҹ����Ңͧ strTemp ŧ� visitors.txt strObjStream.Close '�ӡ�ûԴ��� %> <div align="center">Visitor No:: <%=strTemp %> <br> (16 �Զع�¹ 2549)</div></td> <td height="52" colspan="2" background="image/bottomedge.jpg" > ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ����Է�������չ��Թ�����ò [Behavioral Science Research Institute] <br> �آ���Է 23 �ǧ��ͧ���˹�� ࢵ�Ѳ�� ��ا 10110 �� 02-649-5000 ��� 7600 ����� 02-649-5182 <A href="mailto:wassanaw@swu.ac.th">webmaster</A> </td> </tr> </table> </div> </body> <!-- InstanceEnd --></html>