?? softadd_1.asp
字號:
<%
if session("admin")="" then
response.redirect "admin.asp"
end if
%>
<title>上傳程序</title>
<link rel="stylesheet" href="style.css">
<body bgcolor="#468ea3">
<form method="POST" enctype="multipart/form-data" action="softadd_2.asp">
<br>
<table width=50% border=0 align=center cellpadding=2 cellspacing=1 bordercolorlight=#000000 bordercolor=#FFFFFF>
<tr align=center bgcolor=#666666>
<td bgcolor="#145f74"><font color=#FFFFFF>操作:上傳程序</font></td>
</tr>
<tr align="center">
<td height="28" bgcolor="#a5d0dc"><br>
<p> 上傳程序:
<input type="file" name="file1">
<br>
<br>
<input type="submit" value="上載">
<br>
<br>
</p>
</td>
</tr>
</table>
<p> </p>
</form>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -