网页资讯视频图片知道文库贴吧地图采购
进入贴吧全吧搜索

 
 
 
日一二三四五六
       
       
       
       
       
       

签到排名:今日本吧第个签到,

本吧因你更精彩,明天继续来努力!

本吧签到人数:0

一键签到
成为超级会员,使用一键签到
一键签到
本月漏签0次!
0
成为超级会员,赠送8张补签卡
如何使用?
点击日历上漏签日期,即可进行补签。
连续签到:天  累计签到:天
0
超级会员单次开通12个月以上,赠送连续签到卡3张
使用连续签到卡
09月19日漏签0天
asp吧 关注:33,685贴子:110,965
  • 看贴

  • 图片

  • 吧主推荐

  • 视频

  • 游戏

  • 10回复贴,共1页
<<返回asp吧
>0< 加载中...

求一代码修改(请高人帮我修改)

  • 只看楼主
  • 收藏

  • 回复
  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
本人有一段代码被人恶意修改了,注册后发布信息,看不到 发布的触发按钮   求高人指点代码如下
<!--#include file="inc/conn.asp"-->
<!--#include file="inc/inc.asp"-->
<%
if request.cookies("cnmai")("username")<>"" or request.cookies("cnmai")("per")<>"" or request("cnmai")<>"" then
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=title%>-我要发布信息</title>
<script>
function loadThreadFollow(t_id,b_id){
     var targetImg =eval("document.all.followImg" + t_id);
     var targetDiv =eval("document.all.follow" + t_id);
    
     if ("object"==typeof(targetImg)){
         if (targetDiv.style.display!='block'){
             targetDiv.style.display="block";
            
         }else{
             targetDiv.style.display="none";
         }
     }
}
</script>
<SCRIPT language=javascript>
<!--
function CheckForm()
{
if(document.myform.class1.value.length<1)
     {
         alert("请选择一级分类!");
         document.myform.class1.focus();
         return false;
     }
if(document.myform.class2.value.length<1)
     {
         alert("请选择二级分类!!");
         document.myform.class2.focus();
         return false;
     }
if(document.myform.leixing.value.length<1)
     {
         alert("请选择信息类别!");
         document.myform.leixing.focus();
         return false;
     }
if(document.myform.biaoti.value.length<3)
     {
         alert("信息标题没有填写或内容太少!");
         document.myform.biaoti.focus();
         document.myform.biaoti.select();
         return false;
     }    
if(document.myform.memo.value.length<3)
     {
         alert("信息内容没有填写或内容太少!");



  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
         document.myform.memo.focus();
         document.myform.memo.select();
         return false;
     }
if(document.myform.name.value.length<1)
     {
         alert("联系人姓名没有填写!");
         document.myform.name.focus();
         document.myform.name.select();
         return false;
     }
if(document.myform.dianhua.value.length<1)
     {
         alert("联系电话没有填写!");
         document.myform.dianhua.focus();
         document.myform.dianhua.select();
         return false;
     }
if(document.myform.yzm.value.length<1)
     {
         alert("验证码没有填写!");
         document.myform.yzm.focus();
         document.myform.yzm.select();
         return false;
     }
}
//-->
</SCRIPT>
<SCRIPT language=javascript>
<!--
function CheckForm1()
{
if(document.myform1.class1.value.length<1)
     {
         alert("请选择一级分类!");
         document.myform1.class1.focus();
         return false;
     }
if(document.myform1.class2.value.length<1)
     {
         alert("请选择二级分类!!");
         document.myform1.class2.focus();
         return false;
     }
if(document.myform1.leixing.value.length<1)
     {
         alert("请选择信息类别!");
         document.myform1.leixing.focus();
         return false;
     }
if(document.myform1.biaoti.value.length<3)
     {
         alert("信息标题没有填写或内容太少!");
         document.myform1.biaoti.focus();
         document.myform1.biaoti.select();
         return false;
     }



2026-09-19 22:07:03
广告
不感兴趣
开通SVIP免广告
  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
if(document.myform1.memo.value.length<3)
     {
         alert("信息内容没有填写或内容太少!");
         document.myform1.memo.focus();
         document.myform1.memo.select();
         return false;
     }
if(document.myform1.name.value.length<1)
     {
         alert("联系人姓名没有填写!");
         document.myform1.name.focus();
         document.myform1.name.select();
         return false;
     }
if(document.myform1.dianhua.value.length<1)
     {
         alert("联系电话没有填写!");
         document.myform1.dianhua.focus();
         document.myform1.dianhua.select();
         return false;
     }
if(document.myform1.yzm.value.length<1)
     {
         alert("验证码没有填写!");
         document.myform1.yzm.focus();
         document.myform1.yzm.select();
         return false;
     }
}
//-->
</SCRIPT>
</head>
<body topmargin="0">
<div align="center"><%call t()%><DIV class=h></DIV>
<table width="760" id="table1" bgcolor="#FFFFFF" style="padding:1px; " cellspacing="0" cellpadding="0">
<tr>
<td width="978" colspan="3"></td>
</tr>
<tr>
<td width="978" colspan="3"></td>
</tr>
<tr>
<td width="70%" class="td">
<%if request("cnmai")="free" then%>
<form action="axxchk.asp" name="myform" method="POST" style="line-height: 100%; margin-top: 0; margin-bottom: 0">
<div align="center">
<table width="100%" border="0" bordercolor="#FFFFFF" cellpadding="0" style="border-collapse: collapse">               
<tr>
<td class=td1 colspan="2">&nbsp;位置导航:<a href="/">首页</a>→游客快速发布</td>
</tr>
<tr>
<td align="center" class=tdh rowspan="17" width="13%">   </td>
<td>
   </td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息版块:<%
dim rsclass,sqlclass
username=request.cookies("cnmai")("username")
set rsclass=server.createobject("adodb.recordset")



  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
sqlclass = "select * from jle_class2 order by paixu desc"
rsclass.open sqlclass,conn,1,1
%><SCRIPT language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
         <%
         count = 0
         do while not rsclass.eof
         %>
subcat[<%=count%>] = new Array("<%= trim(rsclass("class2"))%>","<%= trim(rsclass("class1"))%>","<%= trim(rsclass("id"))%>");
         <%
         count = count + 1
         rsclass.movenext
         loop
         rsclass.close
         %>
onecount=<%=count%>;
function changelocation(locationid)
     {
     document.myform.class2.length = 0;
     var locationid=locationid;
     var i;
     for (i=0;i < onecount; i++)
         {
             if (subcat[i][1] == locationid)
             {
                 document.myform.class2.options[document.myform.class2.length] = new Option(subcat[i][0], subcat[i][2]);
             }        
         }
        
     }    
</SCRIPT><%
sqlclass = "select * from jle_class1 order by paixu desc"
rsclass.open sqlclass,conn,1,1
if rsclass.eof and rsclass.bof then
response.write "请先添加栏目。"
response.end
else
%><SELECT name="class1" onChange="changelocation(document.myform.class1.options[document.myform.class1.selectedIndex].value)" size="1">
<OPTION selected value=>分类</OPTION>
<%do while not rsclass.eof
%><OPTION value="<%=trim(rsclass("id"))%>"><%=trim(left(rsclass("class1"),5))%></OPTION>
<%
rsclass.movenext
loop
end if
rsclass.close
%></SELECT>
<SELECT name="class2">
<OPTION selected value=>二级分类</OPTION>
</SELECT>
<font color="#FF0000" value="">*</font></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息标题:<%call leixs()%><input type="text" maxlength="30" name="biaoti" size="40">



  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息地区:<%call dix()%></td></tr>
<tr>
<td height="26" width="87%" class="tdx"><p style="margin-left: 50px">详细说明:<textarea rows="5" name="memo" cols="39"></textarea><font color="#FF0000">*</font></td></tr>
<tr>
<td height="26" width="87%" class="tdx"><p style="margin-left: 50px">图片地址:<input type="text" name="tupian" size="40"><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
游客不能上传图片,<a href="reg.asp">我要注册成会员</a></td></tr>
<tr>
<td height="26" width="87%" class="tdx"><p style="margin-left: 50px">&nbsp; 联系人:<input type="text" name="name" size="15" maxlength="20"><font color="#FF0000">*</font></td></tr>
<tr>
<td height="26" width="87%" class="tdx"><p style="margin-left: 50px">联系电话:<input type="text" name="dianhua" size="21" maxlength="40"><font color="#FF0000"> *</font></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx"><p style="margin-left: 50px">&nbsp;&nbsp; Email:<input type="text" name="email" size="21" maxlength="40"><font color="#FF0000"> *</font>QQ:<!--webbot bot="Validation" s-data-type="Number" s-number-separators="x." i-maximum-length="10" --><input type="text" name="qq" size="12" maxlength="10"></td>
</tr>
<tr><td height="26" width="87%" class="tdx"><p style="margin-left: 50px">联系地址:<input type="text" name="dizhi" size="40" maxlength="20"></td>
</tr>
<tr><td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">发布天数:<font face="宋体" size="2"><select name="days" size="1">
<option value="1">一天</option>
<option value="7" selected>一周</option>
<option value="15">半个月</option>
</select></td>
</tr>
<tr><td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">验 证 码:<input type=text name=yzm size=9> 请将<img src=yzm.asp title="看不清请刷新页面" border=0>输入框中</td>
</tr>
<tr><td height="26" class="tdx" align="center">
<font face="宋体" size="2"><a href="reg.asp">&nbsp;注册用户可以使用4大道具,还可以推荐您的信息...</a></td>
</tr>
<tr>
<td height="44" width="87%">
<p align="center">
<input type="submit" onClick="javascript:return CheckForm();" value="写好了,提交信息" name="B1">   <input type="reset" value="重写" name="B2"></td>
</tr>             



  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
<tr>
<td>
   </td>
</tr>             
</table>
</div>
</form>
<%else%>
<form action="axxchk.asp" name="myform1" method="POST" style="line-height: 100%; margin-top: 0; margin-bottom: 0">
<div align="center">
<table width="100%" border="0" bordercolor="#FFFFFF" cellpadding="0" style="border-collapse: collapse">               
<tr>
<td class=td1 colspan="2">&nbsp;位置导航:<a href="/">首页</a>→会员发布信息</td>
</tr>
<tr>
<td class=tdh align="center" rowspan="16" width="13%">   </td>
<td width="87%">
   </td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息版块:<%
username=request.cookies("cnmai")("username")
set rsclass=server.createobject("adodb.recordset")
sqlclass = "select * from jle_class2 order by paixu desc"
rsclass.open sqlclass,conn,1,1
%><SCRIPT language = "JavaScript">
var onecount;
onecount=0;
subcat = new Array();
         <%
         count = 0
         do while not rsclass.eof
         %>
subcat[<%=count%>] = new Array("<%= trim(rsclass("class2"))%>","<%= trim(rsclass("class1"))%>","<%= trim(rsclass("id"))%>");
         <%
         count = count + 1
         rsclass.movenext
         loop
         rsclass.close
         %>
onecount=<%=count%>;
function changelocation(locationid)
     {
     document.myform1.class2.length = 0;
     var locationid=locationid;
     var i;
     for (i=0;i < onecount; i++)
         {
             if (subcat[i][1] == locationid)
             {
                 document.myform1.class2.options[document.myform1.class2.length] = new Option(subcat[i][0], subcat[i][2]);
             }        
         }
        



  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
     }    
</SCRIPT><%
sqlclass = "select * from jle_class1 order by paixu desc"
rsclass.open sqlclass,conn,1,1
if rsclass.eof and rsclass.bof then
response.write "请先添加栏目。"
response.end
else
%><SELECT name="class1" onChange="changelocation(document.myform1.class1.options[document.myform1.class1.selectedIndex].value)" size="1">
<OPTION selected value=>==分类==</OPTION>
<%do while not rsclass.eof
%><OPTION value="<%=trim(rsclass("id"))%>"><%=trim(mid(rsclass("class1"),1,5))%></OPTION>
<%
rsclass.movenext
loop
end if
rsclass.close
%></SELECT>
<SELECT name="class2">
<OPTION selected value=>==二级分类==</OPTION>
</SELECT>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<%
set rs=server.createobject("adodb.recordset")
if request.cookies("cnmai")("com")<>"" then
sql = "select * from [jle_com] where username='"&username&"'"
else
sql = "select * from [jle_user] where username='"&username&"'"
end if
rs.open sql,conn,1,1
if rs.eof then
response.write "没有相关用户信息"
response.redirect "login.asp"
response.end
end if
%>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息标题:<%call leixs()%><input type="text" maxlength="80" name="biaoti" size="31">
<font color="#FF0000">*</font><%if rs("a")>0 then%>
<select name="a">
<option style="COLOR: black" value="0" selected    title="醒目您的信息,推荐使用[标题变色]需要花1个[变色道具]">鲜明标题</option>
<option style="background: #0000FF" value="0000FF"></option>
</select>
<%else%> <font color="#999999">没有变色道具,请[兑换道具]吧</font>
<%end if%></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息地区:<%call dix()%></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">信息内容:<textarea rows="9" name="memo" cols="44"></textarea>
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
     图片链接地址:<input type="text" name="tupian" size="32" id="tupian" maxlength="200"> <span id="followImg1" style="CURSOR: hand" title="选中上传店标图片" onClick="loadThreadFollow(1,5)">
无现成图片,</span><span id="followImg1" style="CURSOR: hand" onClick="loadThreadFollow(1,5)"><input type="checkbox" name="C3" value="ON"></span><span id="followImg1" style="CURSOR: hand" title="选中上传店标图片" onClick="loadThreadFollow(1,5)"><font color="#FF0000">上传图片</font></span></td>
</tr>



  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
<tr style="display:none" id="follow1">
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<iframe name="I1" frameborder="0" width="71%" height="30" scrolling="no" src="uploadxinxi.asp"></iframe></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">&nbsp; 联系人:<input type="text" name="name" size="13" maxlength="20" value="<%=rs("name")%>">
<%if request.cookies("cnmai")("com")<>"" then%>-<input type="hidden" name="comper" value="com"><input type="text" name="com" size="25" maxlength="20" value="<%=rs("com")%>"><%else%><%end if%><font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">联系电话:<input type="text" name="dianhua" size="23" maxlength="40" value="<%=rs("dianhua")%>">
<font color="#FF0000">*</font></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">&nbsp;&nbsp; Email:<input type="text" name="email" size="23" maxlength="40" value="<%=rs("email")%>">
<font color="#FF0000">* </font>QQ:<!--webbot bot="Validation" s-data-type="Number" s-number-separators="x." i-maximum-length="10" --><input type="text" name="qq" size="12" maxlength="10" value="<%=rs("QQ")%>"></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">联系地址:<input type="text" name="dizhi" size="43" maxlength="20" value="<%=rs("dizhi")%>"></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">发布天数:<select name="days" size="1">
<option value="1">一天</option>
<option value="3">三天</option>
<option value="7" selected>一周</option>
<option value="15">半个月</option>
<option value="30">一个月</option>
<option value="90">三个月</option>
</select>&nbsp;&nbsp;&nbsp;   置顶排行:<%
b=rs("b")
%><%if b>0 then%><select name="b">
<option value="0">不使用</option>
<%for f=1 to b%>
<option value="<%=f%>"><%=f%></option>
<%next%>
</select>个
<img border="0" src="image/tj.gif" title="使您的信息排在最前,数字越大越靠前,使用需要花n个[置顶道具]" width="10" height="11">
<%else%> <font color="#999999">没有道具,请[兑换道具]吧</font>
<%end if%></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">验证通过:<%if rs("d")>0 then%><input type="hidden" value="1" name="d" checked title="选中发布信息直接在页面显示,使用需要花1个[验证道具]">直接通过<%else%></font><input type="hidden" value="0" name="d" checked><font color="#ACACAC">没有验证道具,请[兑换道具]吧</font><%end if%></td>



2026-09-19 22:01:03
广告
不感兴趣
开通SVIP免广告
  • pengwang127
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">是否推荐:<%if request.cookies("cnmai")("vip")=1 then%><input type="radio" value="1" name="tui" title="选中推荐您的信息">推荐
<input type="radio" name="tui" value="0">不推荐<font color="#C0C0C0"><%else%></font><input type="radio" name="tui" value="0" checked><font color="#FF0000">您不是<a target="_blank" href="ab_help.asp">特约/VIP会员</a>,不能使用推荐,请联系我们推荐您的信息</font><%end if%></td>
</tr>
<tr>
<td height="26" width="87%" class="tdx">
<p style="margin-left: 50px">验 证 码:<input type=text name=yzm size=9> 请将<img src=yzm.asp title="看不清请刷新页面" border=0>输入框中</td>
</tr>
<tr>
<td height="40" width="87%">
<p align="center">
<input type="submit" onClick="javascript:return CheckForm1();" value="写好了,提交信息" name="B1">   <input type="reset" value="重写" name="B2"></td>
</tr>                       
</table>
</div>
</form>
<%
rs.close
set rs=nothing
closedb
end if
%></td>
<td valign="top" width="2%">
<img border="0" src="image/ax.gif" width="25" height="257"></td>
<td valign="top" width="25%" class="td">
   </td>
</tr>
</table>
<!--#include file="foot.asp"-->
</div>
</body>
</html>
<%
else
response.redirect "login.asp"
end if %>


  • 贾广振
  • 赛驰网络
    1
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
jkhj


  • HelloJava108
  • 网站开发
    6
该楼层疑似违规已被系统折叠 隐藏此楼查看此楼
加我 我帮你你弄2686782026


登录百度账号

扫二维码下载贴吧客户端

下载贴吧APP
看高清直播、视频!
  • 贴吧页面意见反馈
  • 违规贴吧举报反馈通道
  • 贴吧违规信息处理公示
  • 10回复贴,共1页
<<返回asp吧
分享到:
©2026 Baidu贴吧协议|隐私政策|吧主制度|意见反馈|网络谣言警示