?? add_img.asp
字號:
<!--#include file="conn.asp"-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>添加圖片</title>
<style type="text/css">
<!--
body{
background:#FFFFFF;
font-size:12px;}
.STYLE1 {
color: #000000;
font-weight: bold;
font-size: 14px;
}
.btm{
color:#0066FF;
border: 1px solid #0000FF;
background-color: #FDF8EE;
}
-->
</style>
<script language="JAVASCRIPT">
function check_Null(){
if (document.form1.file.value==""){
alert("請輸入標(biāo)題!");
return false;
}
}
</script>
</head>
<body>
<table width="100%" height="8%" border="0" cellpadding="0" cellspacing="0" bordercolor="#FF6600" bgcolor="#FFCCCC">
<tr>
<td height="32" bgcolor="#F0D5AC"><div align="center">
<form id="form1" name="form1" enctype="multipart/form-data" method="post" onsubmit="javascript: return check_Null();"" action="letsgo.asp">
選擇文件:
<input name="file" type="file" class="btm" size="40" />
<input name="Submit" type="submit" class="btm" value="上傳" />
</form>
</div></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -