Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
getinfo.asp
Package: 08.zip [view]
Upload User: ynjin1970
Upload Date: 2014-10-13
Package Size: 6438k
Code Size: 1k
Category:
MiddleWare
Development Platform:
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>