File Manager
Back to List
|
Up to Parent Directory
| Current Directory: ~/research
Editing: research/selectres.asp
Full path: C:\ict\ICT\research\selectres.asp
Permissions: rwx
Write test: File appears not directly writable
Current process identity: IIS APPPOOL\DefaultAppPool
<!--#INCLUDE FILE="cksession.asp"--> <html> <body> <% res_id_select=request("res_id_s") id_mea=request.querystring("id_mea") 'response.write "value of aaa="&id_mea 'bb=cc*2 'response.write "<input type='text' name ='v' value="&bb&">" ' 'response.write "<a href=index.asp?bb="&bb&">"&bb&"</a>" %> <meta http-equiv="refresh" content ="0;url=select_res.asp?res_id_select=<%=res_id_select%>&id_mea=<%=id_mea%>"> </body> </html>