<!---------本网页由TC711独立设计,转载请保留版权!谢谢!QQ:187367103 网址:www.tc711.com---------------------------->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style type="text/css">
<!--
.STYLE1 {
font-size: 24px;
font-weight: bold;
}
.STYLE2 {color: #FF0000}
-->
</style></head>
<body>
<br>
<br>
<br>
<%
select case request("action")
case "add"
call add()
end select
sub add()
if request("password")="" then
Response.Write("<script language=""JavaScript"">alert(""请输入密码"");history.go(-1);</script>")
response.end
end if
if request("password")=123456 then '--------------------------------在这里修改密码!
response.redirect "http://www.tc711.com"
else
response.write"<div align=""center"" class=""STYLE2""><span class=""STYLE1"">-----------------非法进入!-----------------</span></div>"
end if
end sub
%>
<br />
<br />
<br />
<br />
<table width="367" height="51" border="0" align="center" bordercolor="#FFCCFF">
<tr>
<td><form name="form1" method="post" action="?action=add">
<table width="358" height="65" border="1" cellpadding="0" cellspacing="0" bordercolor="#CCCCFF">
<tr>
<td colspan="3"><div align="center">登录网页查看</div></td>
</tr>
<tr>
<td width="122"><div align="center">请输入密码:</div></td>
<td width="126"><div align="center">
<input name="password" type="password" id="password" size="10">
</div></td>
<td width="102"><div align="center">
<input type="submit" name="Submit" value="查看">
</div></td>
</tr>
<tr></tr>
</table>
</form>
</td>
</tr>
</table>
</body>
<!---------本网页由TC711独立设计,转载请保留版权!谢谢!QQ:187367103 网址:www.tc711.com---------------------------->