📄 upa.asp
字号:
<html>
<head>
<style type="text/css">
<!--
body {
background-color: #DEE7FF;
margin-left: 0px;
margin-top: 10px;
margin-right: 10px;
margin-bottom: 0px;
}
body,td,th {
font-size: 12px;
}
.STYLE1 {
font-size: 12px;
color: #FF0000;
}
.STYLE3 {
font-size: 12px;
color: #0033cc;
}
.STYLE2 {
font-size: 18px;
font-family: "黑体";
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
.style4 {color: #CC0000}
-->
</style>
<title>文件上传</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
<body>
<%
InBiaoName=request.form("La")
session("InBiaoName")=InBiaoName
%>
<table width="80%" height="65" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#DEE7FF">
<tr>
<td height="200" align="center" valign="middle" bgcolor="#FFFFFF">
<form name="form" method="post" action="UPB.asp" enctype="multipart/form-data" >
<div align="center">
<p class="STYLE2 style4">选择需要导入的EXCEL文件,文件必须小于200K</p>
<p>
<input type="file" name="file1" size=35>
</p>
<p>
<input type="submit" name="Submit" value="上传文件">
</p>
</div>
</form></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -