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

📄 reg.asp

📁 ASP+Access
💻 ASP
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="style.css" type="text/css">
<title>客户管理系统</title>
<style type="text/css">
<!--
table {
	font-size: 9pt;
	text-decoration: none;
	border: 1px solid #000000;
}
-->
</style>
<script src="js/Popup.js"></script>
</head>

<body>
<form name="form1" method="post" action="save.asp">
  <table width="500" border="0" align="center" cellpadding="5" cellspacing="0">
    <tr align="center" bgcolor="#006699"> 
      <td height="28" colspan="2"><font color="#FFFFFF">客户添加页面</font></td>
    </tr>
    <tr align="center"> 
      <td height=5></td>
    </tr>
    <tr align="center"> 
      <td width="83" align="right">姓名:</td>
      <td width="395" align="left"><input name="name"  class="goto" type="text" id="name" ></td>
    </tr>
    <tr align="center"> 
      <td align="right">电话:</td>
      <td align="left"><input name="email" class="goto" type="text" id="email"></td>
    </tr>
    <tr align="center"> 
      <td align="right">日期:</td>
      <td align="left"><input name="homepage" value=""  class="goto"type="text" id="homepage"> <a href=# title="选择日期" onClick="fPopUpDlg('js/calendar.htm', document.form1.homepage, 'winpop', 177, 210);return false">
		<img src="image/datetime.GIF" width="16" height="16" border=0></a> 
		←单击这里获得时间</td>
    </tr>
    <tr align="center"> 
      <td align="right">金额:</td>
      <td align="left"><input name="address" class="goto" type="text" id="address"> 
		(元)</td>
    </tr>
    <tr align="center"> 
      <td align="right"><span lang="zh-cn">备注</span>:</td>
      <td align="left"><textarea name="content" cols="39" rows="6" class="goto" id="content"></textarea></td>
    </tr>
    <tr align="center"> 
      <td colspan="2"><input type="submit" class="goto"name="Submit" value="确认添加"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
        <input type="reset" name="Submit2" class="goto" value="重新输入"></td>
    </tr>
  </table>
</form>
</body>
</html>

⌨️ 快捷键说明

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