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

📄 default.asp

📁 大家好
💻 ASP
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>查询帐单号</title>
<script language="JavaScript">
<!--
function Check()
{
	var b1 = document.form1.custid.value.toLowerCase();
    var b2 = document.form1.username.value.toLowerCase();
   
       if (b1.length<=0)
          {
		window.alert("帐单号不可为空");
		return false;
	}
        if (b1.length<=0)
          {
		window.alert("用户名不可为空");
		return false;
	}
               
	return true;
}
//-->
</script>

</head>

<body bgcolor="#ffffff">

<form method="POST" action="cx.asp" onsubmit="return Check()" name="form1">
  <table border="1" align="center" width="40%" cellspacing="0">
    <tr bgcolor="#495E5F"> 
      <td colspan="2" height="22"> 
        <p align="center"><font color="#004040"><font color="#FFFFFF" size="5">查询帐单号</font></font> 
      </td>
    </tr>
    <tr bgcolor="#D0E1D0"> 
      <td height="22" align="center" width="31%">帐单号: </td>
      <td height="22" align="left" width="69%"> 
        <input type="text" name="custid" size="10">
      </td>
    </tr>
    <tr bgcolor="#D0E1D0"> 
      <td  height="22" align="center" width="31%">联系人: </td>
       
      <td  height="22" align="left" width="69%"> 
        <input type="text" name="username" size="10">
      </td>
    </tr>
    <tr bgcolor="#D0E1D0"> 
      <td colspan="2" height="22" align="center" bordercolor="#CCCCCC"> 
        <input type="submit" value="发送" name="B1">
        <input type="reset" value="复原"  name="B2">
      </td>
    </tr>
  </table>

</form>

</body>
</html>

⌨️ 快捷键说明

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