请求高手!我的网站后台不显示验证码,美国空间应该不支持,我想取消验证...
发布网友
发布时间:2024-10-08 04:30
我来回答
共1个回答
热心网友
时间:2024-10-15 22:08
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!--#include file="inc/md5.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理界面</title>
<style type="text/css">
<!--
body {
background-image: url(images/bg.gif);
margin: 0px;
background-repeat: repeat-x;
}
table,td{
font-family:"宋体";
font-size:12px;
}
.inputtext{
border-left:1px solid balck;
border-right:1px solid balck;
border-top:1px solid balck;
border-bottom:1px solid balck;
}
.loginbg {
font-size: 12px;
width: 59px;
height: 26px;
background-image: url(images/login_bg.gif);
border: none;
padding-top: 3px;
color:white;}
-->
</style>
</head>
<body>
<%
dim action
action=trim(request("action"))
select case action
case "chkadmin"
call check()
case "out"
call out()
case else
call main()
end select
sub main()
%>
<script language="javascript">
function checklogin()
{
if(document.login.username.value=='')
{alert('请输入用户名');
document.login.username.focus();
return false
}
if (document.login.password.value=='')
{alert('请输入密码');
document.login.password.focus();
return false
}
}
</script>
<table width="100%" height="98" border="0" cellspacing="0" cellpadding="0">
<form action="login.asp?action=chkadmin" name="login" method="post" onSubmit="return checklogin();">
<tr>
<td> </td>
</tr>
</table>
<table width="50%" align="center" height="34" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/admin_02.gif" width="291" height="34"></td>
</tr>
</table>
<table width="100%" height="30" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="50%" height="261" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"><table width="457" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img src="images/admin_05.gif" width="457" height="40" border="0" usemap="#Map"></td>
</tr>
<tr>
<td width="142" rowspan="3"><img src="images/admin_07.gif" width="142" height="221"></td>
<td width="240" valign="top"><img src="images/admin_08.gif" width="240" height="42"></td>
<td width="75" rowspan="3"><img src="images/admin_09.gif" width="75" height="221"></td>
</tr>