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

📄 index.asp

📁 一个简单适用的产品订购系统
💻 ASP
字号:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>YD631_Angela_Order2.0 简易产品定单系统</title>
<link href="yd631_style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
	color: #FF6600;
	font-weight: bold;
}
.style4 {color: #006699}
.style5 {color: #FF3300}
.style6 {color: #FFFFFF}
-->
</style>

</head>
<SCRIPT language=JavaScript>
<!-- 
function form1_onsubmit()
{
if (document.form1.yd631_product.value=="")
    {
      alert("产品名称一定要填写")
      document.form1.yd631_product.focus()
      return false
     }
else if(document.form1.yd631_num.value=="")
    { 
      alert("产品数量一定要填写")
      document.form1.yd631_num.focus()
      return false
     } 
else if(isNaN(document.form1.yd631_num.value))
    { 
      alert("产品数量一定要为数字")
      document.form1.yd631_num.focus()
      return false
     }     
	  else if(document.form1.yd631_kehu.value=="")
    { 
      alert("客户名称一定要填写")
      document.form1.yd631_kehu.focus()
      return false
     } 
	 else if(document.form1.yd631_tel.value=="")
    { 
      alert("联系电话一定要填写")
      document.form1.yd631_tel.focus()
      return false
     } 
else if(isNaN(document.form1.yd631_tel.value))
    { 
      alert("电话一定要是数字")
      document.form1.yd631_tel.focus()
      return false     }    
	
	  else if(document.form1.yd631_address.value=="")
    { 
      alert("联系地址一定要填写")
      document.form1.yd631_address.focus()
      return false
     } 
	 else if(isNaN(document.form1.yd631_fax.value))
    { 
      alert("传真一定要是数字")
      document.form1.yd631_fax.focus()
      return false
     }   
else if(isNaN(document.form1.yd631_yb.value))
    { 
      alert("邮编一定要是数字")
      document.form1.yd631_yb.focus()
      return false
     } 	   
}
-->
</SCRIPT>
<body><center>

  <form action="index_cl.asp"  method="post" name="form1" onSubmit="return form1_onsubmit()">
  <table width="500" height="313" border="0" cellpadding="0" cellspacing="0" class="linetable">
    <tr>
      <td align="left" valign="top"><table width="100%" height="33" border="0" cellpadding="0" cellspacing="0" bgcolor="#0093D9">
        <tr>
          <td height="27" align="center">产品定单系统(<a href="angela.asp" target="_blank"><font color="red">订单处理情况查看</font></a>)</td>
        </tr>
        <tr>
          <td height="6" bgcolor="#006699"></td>
        </tr>
      </table>
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td align="center"><span class="style1">产 品 需 求 信 息</span></td>
          </tr>
        </table>
        <table width="100%" height="330"  border="0" cellpadding="0" cellspacing="0">
          <tr bgcolor="#F7F7F7">
            <td width="31%" height="30" align="center"><strong>产品名称:</strong></td>
            <td width="69%" height="30"><input name="yd631_product" type="text" id="yd631_product" size="30">  
              <span class="style5">*</span>              </td>
          </tr>
          <tr>
            <td height="30" align="center"><strong>产品数量:</strong></td>
            <td height="30"><input name="yd631_num" type="text" id="yd631_num" size="10"> 
              <span class="style5">*</span></td>
          </tr>
          <tr align="center" bgcolor="#F7F7F7">
            <td height="30" colspan="2"><span class="style1">客 户 资 料 信 息</span></td>
          </tr>
          <tr>
            <td height="30" align="center"><strong>客户名称:</strong></td>
            <td height="30"><input name="yd631_kehu" type="text" id="yd631_kehu" size="30"> 
              <span class="style5">*</span></td>
          </tr>
          <tr bgcolor="#F7F7F7">
            <td height="30" align="center"><strong>联系电话:</strong></td>
            <td height="30"><input name="yd631_tel" type="text" id="yd631_tel" size="20"> 
              <span class="style5">*051388888888</span></td>
          </tr>
          <tr>
            <td height="30" align="center"><strong>传  真:</strong></td>
            <td height="30"><input name="yd631_fax" type="text" id="yd631_fax" size="20">   
              051388888888</td>
          </tr>
          <tr bgcolor="#F7F7F7">
            <td height="30" align="center"><strong>邮  编:</strong></td>
            <td height="30"><input name="yd631_yb" type="text" id="yd631_yb" size="15"></td>
          </tr>
          <tr>
            <td height="30" align="center"><strong>电子邮件:</strong></td>
            <td height="30"><input name="yd631_email" type="text" id="yd631_email" size="20"></td>
          </tr>
          <tr bgcolor="#F7F7F7">
            <td height="30" align="center"><strong>联系地址:</strong></td>
            <td height="30"><input name="yd631_address" type="text" id="yd631_address" size="40"> 
              <span class="style5">*</span></td>
          </tr>
          <tr>
            <td height="30" align="center"><strong>其他要求:</strong></td>
            <td height="30"><textarea name="yd631_other" cols="40" rows="5" id="yd631_other"></textarea></td>
          </tr>
          <tr bgcolor="#F7F7F7">
            <td height="30" align="left"> <a href="yd631_angela_admin.asp"><img src="yd631_img/admin.gif" width="12" height="12" border="0" alt="定单管理"></a></td>
            <td height="30"><input type="submit" name="Submit" value="提交">
                 
              <input type="reset" name="Submit2" value="重置">   
              </td>
          </tr>
        </table>        </td>
    </tr>
  </table>
    <table width="100%"  border="0" cellspacing="0" cellpadding="0">
      <tr>
        <td align="center"><span class="style4">YD631_Angela_Order2.0 简易产品定单系统 Design By:D.JOY</span></td>
      </tr>
    </table>
  </form>
  

  </center>
</body>
</html>

⌨️ 快捷键说明

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