?? reg.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="確認添加">
<input type="reset" name="Submit2" class="goto" value="重新輸入"></td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -