📄 getinfo.asp
字号:
<%
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>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -