📄 loginface.htm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
.style2 {
font-size: 12pt;
font-weight: bold;
color: #FFFFFF;
}
body {
background-image: url(_images/waterBack.gif);
}
input{
border:0px;
background-color:#ffffff;
color:#aa0000;
}
table{
font-size:12px;}
-->
</style>
<SCRIPT LANGUAGE="JavaScript">
<!--
function _bfSubmit()
{
if(idFm.idLoginName.value=="")
{
alert("无效登陆!");
return false;
}
if(idFm.idLoginPwd.value=="")
{
alert("无效登陆!");
return false;
}
return true;
}
function _initLogin()
{
idFm.idLoginName.focus();
}
//-->
</SCRIPT>
</head>
<body onContextMenu='return false' leftmargin=0 topmargin=0 ondragstart='return false' onselectstart ='return false' onselect='document.selection.empty()' oncopy='document.selection.empty()' onbeforecopy='return false' onLoad="_initLogin()">
<center>
<br>
<form id="idFm" action="LoginFace.aspx" target="idIfmHid" method="post" onSubmit="return _bfSubmit();">
<table width="315" height="140" border="1" cellpadding="0" cellspacing="0" bordercolor="#638AA7" bgcolor="#D0D9EA" rules="none">
<tr align="center" bgcolor="#253F96">
<td height="32" colspan="4"><span class="style2">登陆系统</span></td>
</tr>
<tr>
<td width="47" height="44" align="right"> </td>
<td width="83" height="44" align="right">登陆帐号:</td>
<td width="134"><input type="text" name="idLoginName" style="width:90px;"></td>
<td width="41"> </td>
</tr>
<tr>
<td height="31" align="right"> </td>
<td align="right">登陆密码:</td>
<td><input type="password" name="idLoginPwd" style="width:90px;"></td>
<td> </td>
</tr>
<tr align="center" bgcolor="#9DB7D2">
<td height="31" colspan="4"> <input type="submit" name="Submit" style="border:0px;color:#000000;" value="提 交">
</td>
</tr>
</table></form>
</center>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -