File Manager
Back to List
| Current Directory: ~/
Editing: testchbox.asp
Full path: C:\ict\ICT\testchbox.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> <p><p> <%a=request.form("c1").count 'response.write a i=1 if a>0 then do while i<=a response.write request.form("c1")(i)&" checkbox value<br>" i=i+1 loop end if %> </body> </html>