File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/journal
Editing: journal/new_author.asp
Full path: C:\ict\ICT\journal\new_author.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><!-- InstanceBegin template="/Templates/journal.dwt.asp" codeOutsideHTMLIsLocked="false" --> <head> <!-- InstanceBeginEditable name="doctitle" --> <title>e-JOURNAL System's BSRI</title> <!-- InstanceEndEditable --> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="style.css" rel="stylesheet" type="text/css"> <!-- InstanceBeginEditable name="head" --> <link href="../Templates/style.css" rel="stylesheet" type="text/css"> <link href="../Templates/style.css" rel="stylesheet" type="text/css"> <!-- InstanceEndEditable --> </head> <body> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#660066"><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top" bgcolor="#7c0974"><div align="left"><img src="images/jbshead2.gif" width="100" height="80"></div></td> <td valign="top" bgcolor="#7c0974"><div align="right"><img src="images/jbshead1.gif" width="400" height="80"></div></td> </tr> </table> </td> </tr> <tr> <td bgcolor="#CC99FF"><div align="right">|<a href="index.asp"> HOME</a> | <a href="http://bsri.swu.ac.th">BSRI</a> | <a href="content.asp">Content </a>| <a href="edit_board.asp">Editorial Board</a> |<a href="guideline.asp">Guide Line</a> | <a href="submission.asp">Submission</a>|</div></td> </tr> <tr> <td bgcolor="#E0C1FF"></td> </tr> <tr> <td valign="top" bgcolor="#E0C1FF"><div align="right"></div> <!-- InstanceBeginEditable name="EditRegion1" --> <script language="javascript"> function doSubmit() { if( document.form1.username.value == "" ) { alert("��سҡ�͡���������") document.form1.username.focus() return false; } if( document.form1.password1.value == "" ) { alert("��سҡ�͡���ʼ�ҹ 1") document.form1.password1.focus() return false; } if( document.form1.password2.value == "" ) { alert("��سҡ�͡���ʼ�ҹ 2") document.form1.password2.focus() return false; } if( document.form1.password1.value != document.form1.password2.value) { alert("��سҡ�͡���ʼ�ҹ 1 ��� 2 ���ç�ѹ���") document.form1.password1.focus() return false; } if ( document.form1.firstname.value == "" ) { alert("��سҡ�͡����") document.form1.firstname.focus() return false; } if( document.form1.lastname.value == "" ) { alert("��سҡ�͡���ʡ��") document.form1.lastname.focus() return false; } if ( document.form1.address.value == "" ) { alert("��سҡ�͡�������") document.form1.address.focus() return false; } if ( document.form1.email.value == "" ) { alert("��سҡ�͡�����������硷�ԡ��") document.form1.address.focus() return false; } if (document.form1.tel.value.length<9 || document.form1.tel.value.length>10){ alert("��سҡ�͡�������Ѿ��") document.form1.tel.focus() return false; } if (document.form1.mobile.value.length<10 || document.form1.mobile.value.length>10){ alert('��سҡ�͡ 10 ����ѡ��') document.form1.mobile.focus() return false; } } </script> <form name="form1" method="post" action="add_newauthor.asp" onSubmit="return doSubmit();"> <table width="80%" border="1" align="center" cellpadding="0" cellspacing="0"> <tr bgcolor="#CC66FF"> <td colspan="2"><div align="center">New Author</div></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td width="31%"><div align="right"><font color="#6F00A4">Username :: </font></div></td> <td width="69%"><div align="left"> <input name="username" type="text" id="username"> <font color="#FF0000"> *</font></div></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Password ::</font></div></td> <td><input name="password1" type="password" id="password1"> <font color="#FF0000"> *</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Confirm Password::</font></div></td> <td><input name="password2" type="password" id="password2"> <font color="#FF0000">*</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Prefix::</font></div></td> <td><select name="prefix" id="select"> <option value="Miss">Miss</option> <option value="Mrs.">Mrs.</option> <option value="Mr.">Mr.</option> </select></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Academic Position::</font></div></td> <td> <select name="id_academic" id="id_academic"> <% set ors=server.createobject("adodb.recordset") sqlmark="select * from academic_position" ors.open sqlmark,Conn,1,3 ors.movefirst do while not ors.eof response.write "<option value="&ors("id_academic")&">"&ors("academic")&"("&ors("academic_eng")&")</option>" ors.movenext loop %> </select></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Other Position</font></div></td> <td><input name="other_po" type="text" id="other_po"> </td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">First Name::</font></div></td> <td><input name="firstname" type="text" id="firstname2"> <font color="#FF0000">*</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Last Name::</font></div></td> <td><input name="lastname" type="text" id="lastname"> <font color="#FF0000">*</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Address::</font></div></td> <td><textarea name="address" cols="60" rows="3" id="address"></textarea> <font color="#FF0000">*</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">E-mail::</font></div></td> <td><input name="email" type="text" id="email" size="30"> <font color="#FF0000">* </font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">University::</font></div></td> <td><input name="university" type="text" id="university" size="50"></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Faculty::</font></div></td> <td><div align="left"> <input name="faculty" type="text" id="faculty" size="50"> </div></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Department::</font></div></td> <td><input name="department" type="text" id="department" size="50"></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Tel.::</font></div></td> <td><input name="tel" type="text" id="tel2" maxlength="10" onKeyPress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;'> <font color="#FF0000">*</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"><font color="#6F00A4">Mobile.::</font></div></td> <td><input name="mobile" type="text" id="mobile" maxlength="10" onkeypress='if (event.keyCode < 46 || event.keyCode >57 ) event.returnValue=false;'> <font color="#FF0000">*</font></td> </tr> <tr bordercolor="#FFCCFF" bgcolor="#FFDFFF"> <td><div align="right"></div></td> <td><div align="left"> <input type="submit" name="Submit" value="Submit"> </div></td> </tr> <tr bgcolor="#CC66FF"> <td colspan="2"> </td> </tr> </table> </form><!-- InstanceEndEditable --></td> </tr> <tr> <td valign="top" bgcolor="#CC99FF"><div align="center"> <p>Behavioral Science Research Institute, Srinakharinwirot University.<br> 114 sukhumvit 23 wattana 10110<br> 02-649-5000 ext 7600, 02-258-4482</p> </div></td> </tr> </table> </body> <!-- InstanceEnd --></html>