如何把后台去掉输入验证码这项
这个是以个admin网站管理后台的源代码,。我呢,现在想把后台输入验证码的这个地方去掉,意思也就是说,登陆后台管理程序,不需要输入验证码了,也不要出现对话框这个程序只需要...
这个是以个admin网站管理后台的源代码,。我呢,现在想把后台输入验证码的这个地方去掉,意思也就是说,登陆后台管理程序,不需要输入验证码了,也不要出现对话框这个程序只需要出现
【管理帐号:*********】
【管理密码:*********】
就可以了,大家快来抢分,回答喽~(*^__^*) 嘻嘻……交流交流!
如题:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!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" />
<title><%=site_info("title")%>-后台管理系统</title>
<style type="text/css">
* {
margin:0;
padding:0;
font-family:"微软雅黑", "宋体";
font-size:12px;
}
body {
background: #23528A url(images/main_bg.jpg) repeat-x;
}
#login_main {
width:608px;
height:391px;
background:url(images/login.jpg) no-repeat;
margin:0 auto;
margin-top:83px;
position:relative;
}
#login {
width:320px;
height:160px;
position:absolute;
left: 247px;
top: 170px;
}
.table {
border-collapse:collapse;
width:100%;
margin-top:10px;
}
.table td {
padding:5px;
}
.submit {
text-align:center;
}
.submit input {
padding:6px 25px;
}
</style>
</head>
<body>
<div id="login_main">
<div id="login">
<table class="table">
<form name="log_in" method="post" action="log_in.asp">
<tr>
<td width="60">账户名:</td>
<td colspan="2"><input name="user_name" type="text" size="30" /></td>
</tr>
<tr>
<td>密码:</td>
<td colspan="2"><input name="password" type="password" size="30" /></td>
</tr>
<tr>
<td>验证码:</td>
<td width="100"><input name="verifycode" type="text" size="15" /></td>
<td><img src="verifycode.asp?" alt="点击重新获取验证码" width="60" height="20" title="点击重新获取验证码" onclick="this.src+=Math.random()"/></td>
</tr>
<tr>
<td colspan="3"><h2 class="submit">
<input name="reset" type="reset" value="清除数据" />
<input name="submit" type="submit" value="管理登陆" />
</h2></td>
</tr>
</form>
</table>
</div>
</div>
</body>
</html>
问题现在我已经解决喽!!大家快来抢分哦!不行的话加我qq:364167255我告诉你们!没人回答我吗?加我QQ给你分!乱回答一个就行!分可别白扔了啊! 展开
【管理帐号:*********】
【管理密码:*********】
就可以了,大家快来抢分,回答喽~(*^__^*) 嘻嘻……交流交流!
如题:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<!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" />
<title><%=site_info("title")%>-后台管理系统</title>
<style type="text/css">
* {
margin:0;
padding:0;
font-family:"微软雅黑", "宋体";
font-size:12px;
}
body {
background: #23528A url(images/main_bg.jpg) repeat-x;
}
#login_main {
width:608px;
height:391px;
background:url(images/login.jpg) no-repeat;
margin:0 auto;
margin-top:83px;
position:relative;
}
#login {
width:320px;
height:160px;
position:absolute;
left: 247px;
top: 170px;
}
.table {
border-collapse:collapse;
width:100%;
margin-top:10px;
}
.table td {
padding:5px;
}
.submit {
text-align:center;
}
.submit input {
padding:6px 25px;
}
</style>
</head>
<body>
<div id="login_main">
<div id="login">
<table class="table">
<form name="log_in" method="post" action="log_in.asp">
<tr>
<td width="60">账户名:</td>
<td colspan="2"><input name="user_name" type="text" size="30" /></td>
</tr>
<tr>
<td>密码:</td>
<td colspan="2"><input name="password" type="password" size="30" /></td>
</tr>
<tr>
<td>验证码:</td>
<td width="100"><input name="verifycode" type="text" size="15" /></td>
<td><img src="verifycode.asp?" alt="点击重新获取验证码" width="60" height="20" title="点击重新获取验证码" onclick="this.src+=Math.random()"/></td>
</tr>
<tr>
<td colspan="3"><h2 class="submit">
<input name="reset" type="reset" value="清除数据" />
<input name="submit" type="submit" value="管理登陆" />
</h2></td>
</tr>
</form>
</table>
</div>
</div>
</body>
</html>
问题现在我已经解决喽!!大家快来抢分哦!不行的话加我qq:364167255我告诉你们!没人回答我吗?加我QQ给你分!乱回答一个就行!分可别白扔了啊! 展开
展开全部
把下面的这段代码去掉
<tr>
<td>验证码:</td>
<td width="100"><input name="verifycode" type="text" size="15" /></td>
<td><img src="verifycode.asp?" alt="点击重新获取验证码" width="60" height="20" title="点宴正击重新获取验证码" onclick="this.src+=Math.random()"/></td>
</tr>
不过只是不显滑粗示了,但验证的信祥镇功能还保留,因为验证的功能在后台,在log_in.asp文件里
<tr>
<td>验证码:</td>
<td width="100"><input name="verifycode" type="text" size="15" /></td>
<td><img src="verifycode.asp?" alt="点击重新获取验证码" width="60" height="20" title="点宴正击重新获取验证码" onclick="this.src+=Math.random()"/></td>
</tr>
不过只是不显滑粗示了,但验证的信祥镇功能还保留,因为验证的功能在后台,在log_in.asp文件里
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询