?? user_reg_1.asp
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>員工注冊第一步</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body>
<div id="Layer1" style="position:absolute; left:252px; top:106px; width:257px; height:133px; z-index:1">
<form action="user_reg_check1.asp" method="post" name="form1" target="_self">
<table width="100%" border="1" cellpadding="4" cellspacing="0" bordercolor="#99CCFF">
<tr align="center">
<td colspan="2">員工注冊</td>
</tr>
<tr>
<td width="30%">工 號</td>
<td width="70%"><input name="workcode" type="text" id="workcode"></td>
</tr>
<tr>
<td>真實姓名</td>
<td><input name="truename" type="text" id="truename"></td>
</tr>
<tr align="center">
<td colspan="2"><input type="submit" name="Submit" value="下一步">
<input type="reset" name="Submit2" value="清 除"></td>
</tr>
</table>
</form>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -