⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 upa.asp

📁 学生信息化管理系统,目前最完美的学生信息化管理系统,界面美观,操作方面,个性化设置.一套软件管理多所学校.
💻 ASP
字号:
<html> 
<head> 
<style type="text/css">
<!--
body {
	background-color: #DEE7FF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.STYLE4 {color: #FF0000}
-->
</style>
<title>文件上传</title> 

<meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head> 
<body> 
<%
ID=request.querystring("ID")
session("ID")=ID
%>
<table width="400" 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="STYLE4">限于上传400K以内的文档</p>
        <p>
      <input type="file" name="file1" size=25>
    </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 + -