?? reg_upload.asp
字號:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style>
input,textarea,select{
color: #333333;
font-size: 9pt;
background-image: url("../images/new/input.gif");
border-bottom: #bbbbbb 1px solid;
border-left: #bbbbbb 1px solid;
border-right: #bbbbbb 1px solid;
border-top: #bbbbbb 1px solid;
}
</style>
</head>
<body leftmargin="0" topmargin="0">
<table border="0" cellspacing="0" cellpadding="0" width=100% >
<tr >
<td >
<form name="frmUp" id="frmUp" method="post" action="upfile_userface.asp" enctype="multipart/form-data" >
<input type="hidden" name="filepath_school" value="uploadFace" >
<input type="hidden" name="act" value="upload" >
<input type="file" name="file1" id="file1" >
<input type="hidden" name="fname" >
<input type="submit" name="Submit" value="上傳" >
</form>
</td></tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -