Fsee.asp 239 B

123456789101112
  1. <%Session.CodePage=65001%>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title>无标题文档</title>
  6. </head>
  7. <body>
  8. <img src="../../<%=request("Fpath")%>/<%=request("dname")%>" />
  9. </body>
  10. </html>