File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/webboard
Editing: webboard/add_webboard_form.asp
Full path: C:\ict\ICT\webboard\add_webboard_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.n_webboard.value!='' ) { }else { alert('��͡���������ú���¹Ш�� '); return false; } } </script> <body> <p> </p> <form name="form1" method="post" action="add_webboard.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") 'n_webboard=request("n_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="by_webboard" size="3" value = <%=id_user%> readonly><%=username%> ...<%=surname%></td> </tr> <tr> <td>���͡�дҹ�������</td> <td><textarea name="n_webboard" cols="50" rows="8"></textarea></td> </tr> <tr bgcolor="#FFCCFF"> <td colspan="2"><div align="center"> <input type="submit" name="Submit" value="Submit" > </div></td> </tr> </table></td> </tr> </table> </form> <p align="center"> </p> </body> </html>