?? upa.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 + -