cart-login.asp
来自「西亚电子购物系统」· ASP 代码 · 共 46 行
ASP
46 行
<!--#include file="header.asp" -->
<table width="778" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="350" valign="middle">
<table width="450" align="center" cellpadding="0" cellspacing="0">
<form name="form1" method="post" action="cart-loginend.asp">
<tr>
<td height="50" colspan="2" valign="top"><font color="#FF3333">
<script language="javascript">
<!--//
function user() {
if (( document.form1.sia_user.value == '' )||(document.form1.password.value == '')) {
window.alert('会员名称和登陆密码不能为空!!');
return false;
}
return true;
}
//-->
</script>
>>您还没有登陆或还不是本商场会员,请先登陆或先免费注册成为本商场会员。</font></td>
</tr>
<tr align="center" valign="middle">
<td width="100%" height="25" colspan="2" align="center" valign="middle">
会员名称:
<input name="sia_user" type="text" class="textbox" id="sia_user" size="20" maxlength="16">
</td>
</tr>
<tr align="center" valign="middle">
<td height="25" colspan="2" align="center" valign="middle">会员密码:
<input name="password" type="password" class="textbox" id="password" size="20" maxlength="16">
</td>
</tr>
<tr align="center" valign="middle">
<td height="25" colspan="2" align="center" valign="middle"> <input name="Submit" type="submit" class="textbox-1" value="登 陆" onFocus="this.blur()" onClick="javascript:return user()">
<a href="reg.asp" onFocus="this.blur()">>>免费注册会员</a> </td>
</tr>
</form>
</table>
<p> </p>
<p> </p></td>
</tr>
</table>
<!--#include file="footer.asp" -->
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?