File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/webboard
Editing: webboard/add_subject_form.asp
Full path: C:\ict\ICT\webboard\add_subject_form.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#include file="connectdb.asp"--> <!--#include file="cksession.asp" --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>���������Դ���</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> <link href="bsri2006.css" rel="stylesheet" type="text/css"> </head> <script language="javascript"> function Dosubmit(){ if(document.all.subject_name.value!='' ) { }else { alert('��͡���������ú���¹Ш�� '); return false; } } </script> <body> <p> </p> <form name="form1" method="post" action="add_subject.asp" onSubmit="return Dosubmit()"> <table width="44%" border="1" align="center" cellspacing="0" bordercolor="#FF99FF"> <tr> <td ><table width="100%" border="0" align="center"> <tr bgcolor="#FFCCFF"> <td colspan="2"><div align="center"> <h4><strong>���� ��Ǣ�͡�з��</strong></h4> </div></td> </tr> <tr> <td width="15%">��з�� ��� ::</td> <% 'subject_no=request("subject_no") id_webboard=request("id_webboard") ' sql0="select * from" %> <td width="85%"> </td> </tr> <tr bgcolor="#CCCCCC"> <td>���ͺ</td> <%id_user=session("id_user") sql1="select * from username_ where id_user="&id_user&"" set ors1=server.createobject("adodb.recordset") ors1.open sql1,conn,1,3 if not ors1.eof then username=ors1("username") surname=ors1("surname") end if %> <td><input type="text" name="ans_by" size="3" value = <%=id_user%> readonly><%=username%> ...<%=surname%></td> </tr> <tr> <td>��ͤ���</td> <td><textarea name="subject_name" cols="50" rows="8"></textarea></td> </tr> <tr bgcolor="#FFCCFF"> <td colspan="2"><div align="center"> <input name="id_webboard" type="hidden" value=<%=id_webboard%>> <input type="submit" name="Submit" value="Submit" > </div></td> </tr> </table></td> </tr> </table> </form> <p align="center"> </p> </body> </html>