getinfo.asp
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:
中间件编程
开发平台:
Visual C++
- <%
- msg=trim(request("msg"))
- if msg="" then
- msg="上传文件"
- end if
- %>
- <html>
- <head>
- <title>上传文件</title>
- </head>
- <script lanuage="javascript">
- function setsection()
- {
- parent.main.window.location="ses.asp?wj="+this.document.yzb.file.value+"&topic="+this.topic.value+"&xm="+this.xm.value;
- }
- </script>
- <body>
- <h1 align="center"><%=msg%></h1>
- <p align="left">标 题:<input type="text" name="topic" size="35"></p> <table border="0" width="108%" height="117">
- <td height="113">
- <p align="left">姓 名:<input type="text" name="xm" size="20"></p> <table border="0" width="108%" height="23">
- <tr>
- <td width="101%" height="34"><form method="post" enctype="multipart/form-data" name="yzb" action="upload.asp")>
- <p align="left">请选择文件:<input type="file" name="file" size="20"><input type="reset" value="全部重写" name="B2"></p>
- </form>
- </td>
- </tr>
- <tr>
- <td width="101%" height="29">
- <p align="left">
- <input type="button" value="上传" name="B3" onClick="setsection()"></p>
- </td>
- </tr>
- </table>
- </table>