File Manager
Back to List
| Current Directory: ~/
Editing: testchkboxform.asp
Full path: C:\ict\ICT\testchkboxform.asp
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> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-874"> </head> <body> <form name="form1" method="post" action="testchbox.asp"> <input type="checkbox" name="c1" value="1a">1 <input type="checkbox" name="c1" value="2a">2 <input type="checkbox" name="c1" value="3a">3 <input type="checkbox" name="c1" value="4a">4 <input type="checkbox" name="c1" value="5a">5 <input name="submit" type="submit" value="submit"> </form> </body> </html>