ses.ASP
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:
中间件编程
开发平台:
Visual C++
- <html>
- <%
- wj=trim(request("wj"))
- if wj<>"" then
- i=1
- while not i=0
- i=instr(1,wj,"")
- wj=right(wj,len(wj)-i)
- wend
- session("yzbwj")=wj
- end if
- topic=trim(request("topic"))
- session("yzbtopic")=topic
- session("yzbxm")=trim(request("xm"))
- if trim(topic)<>"" then
- %>
- <script lanuage="javascript">
- parent.header.document.yzb.submit(parent.header.document.yzb);
- </script>
- <%
- end if
- %>
- <head>
- <base target="_blank">
- </head>
- <body>
- <p align="left">
-
- <a href="download.asp" target="_top">
- 上传文件列表</a>
- </body>
- </html>