📄 info_use.asp
字号:
<SCRIPT LANGUAGE="JavaScript">
function checkspace(checkstr) {
var str = '';
for(i = 0; i < checkstr.length; i++) {
str = str + ' ';
}
return (str == checkstr);
}
function checkuu()
{
if(checkspace(document.userlogin.username.value)) {
document.userlogin.username.focus();
alert("用户名不能为空!");
return false;
}
if(checkspace(document.userlogin.userpassword.value)) {
document.userlogin.userpassword.focus();
alert("密码不能为空!");
return false;
}
}
</script>
<table width=178 border=0 align=center cellpadding=0 cellspacing=0>
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
<tr>
<td>
<table cellspacing=0 cellpadding=0 width=170 height="20">
<tr>
<td><img src="images/main/hydl.gif" width="178" height="34"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
<tr>
<td height=41 >
<div align=center>
<%if request.cookies("shopzhiwang")("username")="" then%>
<table width="100%" border="0" cellspacing="1" cellpadding="1" align="center">
<form name="userlogin" method="post" action="checklogin.asp">
<tr>
<td align="center" height="22"><font color="#FF0000">顾客您好,购买商品请登录</font></td>
</tr>
<tr>
<td align="center">用户名:
<input type="text" name="username" style="BORDER-RIGHT: #ffffff 0px groove; BORDER-TOP: #ffffff 0px groove; BORDER-LEFT: #ffffff 0px groove; COLOR: #333333; BORDER-BOTTOM: #3333331px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; size="10" maxlength="10">
</td>
</tr>
<tr>
<td align="center">密 码:
<input type="password" name="userpassword" size="10" maxlength="10" style="BORDER-RIGHT: #ffffff 0px groove; BORDER-TOP: #ffffff 0px groove; BORDER-LEFT: #ffffff 0px groove; COLOR: #333333; BORDER-BOTTOM: #3333331px groove; HEIGHT: 18px; BACKGROUND-COLOR: #ffffff"; >
</td>
</tr>
<tr>
<td height="38"><input name="imageField" type="image" src="images/login_bt_login.gif" width="47" height="36" border="0" onFocus="this.blur()">
<a href="reg.asp"><img src="images/login_bt_zc.gif" width="47" height="38" border="0"></a>
<a href="javascript:;" onClick="javascript:window.open('getpwd.asp','','width=350,height=200');">
<img src="images/login_bt_wm.gif" width="47" height="40" border="0"></a> </td>
</tr>
</form>
</table>
<%end if%>
</div>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -