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

📄 upfileform.asp

📁 我勇 java 和access 做的一个网站
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><style type="text/css">
<!--
@import url("../style/admin.css");
body {
	background-image: url();
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
-->
</style>
<body>
<Script Language="javaScript">
    function  validate()
    { 
        if  (document.myform.src.value=="")
        {
            alert("图片地址不能为空");
            document.myform.src.focus();
            return false ;
        }
}
</Script>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr><form method="post" action="UpFileForm2.asp" enctype="multipart/form-data" name=myform  onSubmit='return validate()'>
    <td bgcolor="#FFFFFF"><input type="hidden" name="filepath"  value="../upload/" ><input type="file" name="src" size="25" value="浏览">
    <input type="submit" value="添加" name="B1" class="txt " IsShowProcessBar="True">
    <font color="red">展示图片 不能超过300K</font></td>
  </form></tr>
</table>
</body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -