File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/stat17
Editing: stat17/stat.html.bak
Full path: C:\ict\ICT\stat17\stat.html.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" --> <style type="text/css"> <!-- .style1 { color: #66CC00; font-weight: bold; } --> </style> <!-- 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="stat.html" ><font color="#FFFFFF">��ѡ�������˵ؼ�</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg"><a href="stat_course.html" ><font color="#FFFFFF">����Ԫҷ���Դͺ��</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg"><a href="stat_table.html" ><font color="#FFFFFF">��˹����</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg" bgcolor="#FFFFCC"><a href="statregis.htm" ><font color="#FFFFFF">��Ѥ÷ҧ�Թ������</font></a></td> </tr> <tr> <td height="20" background="image/menu3.jpg" bgcolor="#FFFFCC"><a href="application.doc" ><font color="#FFFFFF">Download ���Ѥ�</font></a></td> </tr> </table> <br> <form name="form2" method="post" action="index_member.asp"> </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> |</font></div></td> </tr> </table> <br> <table width="100%" border="0" cellpadding="0" cellspacing="1"> <tr> <td> <!-- InstanceBeginEditable name="EditRegion3" --> <p align="center">[<a href="stat.html">��ѡ�������˵ؼ�</a>][<a href="stat_course.html">����Ԫҷ���Դͺ��</a>][<strong><a href="statregis.htm">��Ѥ÷ҧ�Թ������</a></strong>][<a href="application.doc">Download ���Ѥ�</a>]<strong>[<a href="http://bsris.swu.ac.th/stat/statall_regis.asp">�����ż����Ѥ�</a>]<br> <br> ʶҺѹ�Ԩ�¾ĵԡ�����ʵ��<br> ����Է�������չ��Թ�����ò</strong></font></p> <p align="center"></p> <p align="center"><strong>���ԭ��ҹ����Ѻ��ý֡ͺ��<br> ����ͧ<br> <font color="#CC6600" size="4">�Ԥ����Ԩ��-�����ʶԵ�����������С���żŢ����Ŵ��¤��������� ��蹷�� 13</font><br> �����ҧ�ѹ��� 3 � 21 ����Ҥ� 2553 </strong></p> <p align="center"> <strong>� ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� ����Է�������չ��Թ�����ò</strong><br> ���<span class="style1">**� �� �ѹ��� 3-12 �� 53 �Ҥ���ӹѡ���������� </span> ��ͧ��Ժѵԡ�ä��������� 16-302</p> <p align="center">*******************************************************************<br> </p> <p><strong>��������������Ѻ��ý֡ͺ��</strong><strong> </strong><br> ��������������� ���Ե �ѡ�֡����дѺ�ѳ�Ե�֡�Ҡ ��� �Ҩ������м��������ʶҺѹ�֡�� ��黡��ͧ��кؤ�ҡ÷���˹��§ҹ�Ҥ�Ѱ ����͡�� ����ͧ��÷ӧҹ�Ԩ�·ҧ�ĵԡ�����ʵ����оѲ���Ԥ�Ԩ����ԧ����ҳ����ԧ�س�Ҿ</p> <p><strong>�ѵ�ػ��ʧ���������������Ѻ���ͺ�� </strong><strong>: </strong><br> 1.� ��������㹡���������� ��ʶԵ����͡���Ԩ�� ��С�ù��Ԥ�Ըա���Ԩ����Ѵ��зӢ������Ԩ�����ҧ�ջ���Է���Ҿ <br> 2. �դ��������зѡ����Ԥ����Ԩ�·�駷ҧ�ĵԡ�����ʵ�� ����֡����ʵ�� </p> <p><strong>�Ըմ��Թ���</strong><strong> </strong><br> �ѡɳС�ý֡ͺ���繡�ú����� Ժ�»�Сͺ�Ѻ������ҧ��÷��Ԩ�� �����֡��ԺѵԨ�ԧ��������ͧ���������� 1 ��/����ͧ �¨��Դͺ���Ԫҷ���ռ����Ѥ����¹���ҧ���� 10 �� </p> <p><strong>�������ʶҹ���֡ͺ��</strong><strong> </strong><br> ��ѹ��� 3� � 21 ����Ҥ� 2553 ���� 9.00 - 16.00 �. � ʶҺѹ�Ԩ�¾ĵԡ�����ʵ�� �����ͧ��Ժѵԡ�ä��������� �ӹѡ���������젠 ��Ǡ ����ҹ�Ե�</p> <p><strong>���ŧ����¹㹡��ͺ��</strong><strong> </strong></p> <ol> <ul> <li>�Ԫҷ�����������¹��н֡��Ժѵ� 3 �������� ���ŧ����¹�Ԫ��� 1,000 �ҷ </li> <li>�Ԫҷ�����������¹ �֡��Ժѵ� 6 ������� ���ŧ����¹�Ԫ��� 1,800 �ҷ </li> <li>���������¹��н֡��Ժѵ� 2 �ѹ �2,600 �ҷ </li> </ul> <!-- InstanceEndEditable --></td> </tr> </table></td> </tr> <tr > <td background="image/bottomedge.jpg"> <div align="center">Visitor No:: <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>