?? joblogin.htm
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<SCRIPT lanuage="javascript">
function checkdata()
{
if(document.form_reg.user_name.value=="")
{
alert("請填寫您的用戶名!");
return false;
}
if(document.form_reg.pwd.value=="")
{
alert("請填寫您的登錄密碼!");
return false;
}
}
</SCRIPT>
<link rel="stylesheet" type="text/css" href="../css/cdol.css">
<title>企業登錄</title>
</head>
<body topmargin=0 marginheight=0 bgColor=#E6E5B8 text="#383098">
<form method="post" action="postjob.asp" name=form_reg onsubmit="return checkdata()">
<p> </p>
<p> </p>
<table border="0" align="center" cellpadding="0" cellspacing="0" width="231" dwcopytype="CopyTableRow" height="166">
<tr>
<td align="center" width="227" height="20"
class="p3" colspan="2">請先填寫登錄信息</td>
</tr>
<tr>
<td align="center" width="78" height="17"
class="p3">用戶名稱:</td>
<td width="149" height="17">
<input type="text"
size="20" name="user_name" class="td" >
</td></td>
</tr>
<tr>
<td align="center" width="78" height="13"
class="p3">登錄密碼:</td>
<td width="149" height="13">
<input type="password"
size="20" name="pwd" class="td" >
</td>
</tr>
<tr>
<td align="right" width="78" height="15"
class="p3">
<td width="149" height="15">
<p align="center"><input type="submit" name="Submit"
value="提交" class="p3">
<input
type="reset" name="Submit2"
value="重新填寫" class="p3">
</p>
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -