📄 index.asp
字号:
<!--#include file="top.asp"-->
<html>
<head>
<title>网上办税系统</title>
<link href="/images/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
@import url("wsbs.css");
-->
</style>
<script language="javascript">
function rzxysubmit(obj){
var u=obj.username.value
var p=obj.password.value
if(u==""||p==""){
alert("用户名和密码不能为空")
return false
}
if(u.indexOf(" ")>-1||u.indexOf("'")>-1||u.indexOf("\"")>-1){
alert("注意!\n不能包含[‘,“”、]特殊字符");
return false;
}
}
</script>
</head>
<body style="margin:0px">
<div align=center>
<%top()%><br><br><br>
<table width=770 border=0 cellspacing=0 cellpadding=0>
<tr><td align=center valign=middle height=200><table border="0" align="center" cellpadding="0" cellspacing="0" id="table1">
<tr>
<td width="377">
<img src="denglu_01.gif" width="377" height="26" alt=""></td>
</tr>
<tr>
<td height="115" background="denglu_02.gif">
<table width="365" border="0" align="center" cellpadding="0" cellspacing="0" id="table2">
<tr>
<td height="18">
<form name="form1" method="post" action="chklogin.asp" onSubmit="return rzxysubmit(this)">
<table width="365" border="0" cellspacing="0" cellpadding="0" id="table3">
<tr>
<td><div align="right">
<span style="font-size: 12px">纳税人编码:</span></div></td>
<td><span style="font-size: 12px"><input type="text" name="Username" size="24" maxlength="15" id="username" class=input1>
*</span></td>
</tr>
<tr>
<td><div align="right">
<span style="font-size: 12px"> 密 码:</span></div></td>
<td><span style="font-size: 12px"><input type="password" name="Password" size="24" maxlength="20" class=input1 id="password">
*</span></td>
</tr>
<tr>
<td> </td>
<td height=36><span style="font-size: 12px;"><input type="submit" name="Submit1" value="登陆" CLASS=button9>
<input type="button" name="Submit" value="注册" onClick="location.href='reg.asp'" CLASS=button9>
<input type="button" name="Submit" value="忘记密码" onClick="location.href='getpwd.asp'" CLASS=button9></span></td>
</table>
</td></form>
</tr>
</table></td>
</tr>
<tr>
<td>
<img src="denglu_04.gif" width="377" height="22" alt=""></td>
</tr>
</table>
<br><font face=tahoma color=#004080>测试账号:<u>123456789012345</u> 密码:<u>123456</u>
<br><font face=tahoma color=#004080>管理账号:<u>admin</u> 密码:<u>3683829</u><br><br>
</td>
</tr>
<%foot()%>
</table>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -