找回密码
 立即注册

QQ登录

只需一步,快速开始

查看: 1080|回复: 0

求助!两个网页在提交修是出错!!

[复制链接]
发表于 2014-4-28 17:17:14 | 显示全部楼层 |阅读模式 来自 中国–云南–普洱
本次悬赏总金额:6 金币 | 剩余悬赏金额:0 金币
本次悬赏到期时间: 本悬赏贴永不过期。
快来加入[悬赏团队],每次获得楼主奖励时可获得系统额外20金币的系统奖励。

只允许悬赏会员本人发放悬赏金币 | 只允许悬赏会员本人收回悬赏金币 | 最多悬赏人数:10人
还没有会员获得悬赏奖励,加油,快来争头奖!
本问题的悬赏已经结束!

在 下面的网页在提修改时出错,但内容还是修改了
修改时的网页
if  session("username")="" or session("pwd")="" then
    response.Write"<script>alert('您还未登陆,请返回登陆!')</script>"
response.Write"<script>document.location.href='../login.asp'</script>"
response.End()
  elseif session("quanxian")=0 then
  response.Write"<script>alert('您没有此项权限!')</script>"
  response.Write"<script>document.location.href='index1.asp'</script>"
  response.End()
  else
%>
<%
  id=request.QueryString("id")
  sql="select * from workcondition_table where id="&id
  set rs=conn.execute(sql)
%>
<form id="form1" name="form1" method="post" action="correct_one_judge.asp?id=<%=id%>">
  <table width="100%" height="30" border="0" cellpadding="0" cellspacing="1">
    <tr>
      <td width="2%" bgcolor="#1759AF"> </td>
      <td width="86%" bgcolor="#1759AF" class="title"> 部门管理</td>
      <td width="10%" bgcolor="#1759AF" class="title" align="left"><a href="correct_judge.asp?dp_name=<%=rs("worker_dp")%>"><img src="../images/return.png" width="16" height="16" border="0" /></a></td>
      <td width="2%" bgcolor="#1759AF"> </td>
    </tr>
  </table>
  <table width="100%" height="60" border="0" cellpadding="0" cellspacing="1">
    <tr>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
      <td width="17%" height="20" align="center" bgcolor="#1759AF" class="title">部门名称:</td>
      <td width="79%" height="20" bgcolor="#1759AF" class="title"> <%=rs("worker_dp")%><input name="dp_name" type="hidden" value="<%=rs("worker_dp")%>" /></td>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
    </tr>
<tr>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
      <td width="17%" height="20" align="center" bgcolor="#1759AF" class="title">人员名称:</td>
      <td width="79%" height="20" bgcolor="#1759AF" class="title"> <%=rs("worker_name")%></td>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
    </tr>
<tr>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
      <td width="17%" height="20" align="center" bgcolor="#1759AF" class="title">出勤时间:</td>
      <td width="79%" height="20" bgcolor="#1759AF" class="title"> <%=rs("work_time")%></td>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
    </tr>
    <tr>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
      <td width="17%" height="20" align="center" bgcolor="#1759AF" class="title">出勤情况:</td>
      <td width="79%" height="20" bgcolor="#1759AF" class="title">
        <select name="seleCondition">
   <option selected="selected" value="<%=rs("work_condition")%>"><%=rs("work_condition")%></option>
<% if rs("work_condition")="正常出勤" then %>
            <option value="迟到">迟到</option>
   <option value="早退">早退</option>
   <option value="病假">病假</option>
   <option value="事假">事假</option>
   <option value="正常工休">正常工休</option>
<%elseif rs("work_condition")="迟到" then  %>
      <option value="正常出勤">正常出勤</option>
   <option value="早退">早退</option>
   <option value="病假">病假</option>
   <option value="事假">事假</option>
   <option value="正常工休">正常工休</option>
<%elseif rs("work_condition")="早退" then  %>
      <option value="正常出勤">正常出勤</option>
   <option value="迟到">早退</option>
   <option value="病假">病假</option>
   <option value="事假">事假</option>
   <option value="正常工休">正常工休</option>
<%elseif rs("work_condition")="病假" then  %>
      <option value="正常出勤">正常出勤</option>
   <option value="迟到">早退</option>
   <option value="早退">病假</option>
   <option value="事假">事假</option>
   <option value="正常工休">正常工休</option>
<%elseif rs("work_condition")="事假" then  %>
      <option value="正常出勤">正常出勤</option>
   <option value="迟到">早退</option>
   <option value="早退">病假</option>
   <option value="病假">事假</option>
   <option value="正常工休">正常工休</option>
<%elseif rs("work_condition")="正常工休" then  %>
      <option value="正常出勤">正常出勤</option>
   <option value="迟到">早退</option>
   <option value="早退">病假</option>
   <option value="病假">事假</option>
   <option value="事假">正常工休</option>
   
<%end if%>
        </select>      </td>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
    </tr>
<tr>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
      <td width="17%" height="20" align="center" bgcolor="#1759AF" class="title">出勤备注:</td>
      <td width="79%" height="20" bgcolor="#1759AF" class="title">
        
      <textarea name="txtRemark" cols="40" rows="5"><%=rs("work_remark")%></textarea></td>
      <td width="2%" height="20" bgcolor="#1759AF"> </td>
    </tr>
    <tr>
      <td height="20" bgcolor="#1759AF"> </td>
      <td height="25" colspan="2" align="center" bgcolor="#1759AF" class="title"><label>
        <input type="submit" name="Submit" value="确认修改" />
      </label></td>
      <td height="20" bgcolor="#1759AF"> </td>
    </tr>
  </table>
</form>
<%
end if
rs.close
conn.close
set rs=nothing
set conn=nothing
%>
</body>
</html>
&#8203;应该要有“修改成功!“跳出,但出现的是500错误
<!--#include file="../conn/conn.asp"-->
<%
  if  session("username")="" or session("pwd")="" then
    response.Write"<script>alert('您还未登陆,请返回登陆!')</script>"
response.Write"<script>document.location.href='../login.asp'</script>"
response.End()
  else
%>
<%
  id=request.QueryString("id")
  dp_name=request.Form("dp_name")
  condition=request.Form("seleCondition")
  remark=request.Form("txtRemark")
  sql="update workcondition_table set work_condition ='"+condition+"',work_remark='"+remark+"' where id ="&id
  set rs=conn.execute(sql)
  'response.Write "document.location.href='correct_judge.asp?dp_name='"&dp_name&"''"
  response.Write"<script>alert('修改成功!')</script>"

%>

<script>
document.location.href='correct_judge.asp?dp_name=<%=dp_name%>'
</script>
<%
rs.close
conn.close
set rs=nothing
set conn=nothing
response.End()
%>
<%end if%>
不知道是哪个的错误 请高人帮改一下,谢谢了

发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;

如何回报帮助你解决问题的坛友,好办法就是点击帖子下方的评分按钮给对方加【金币】不会扣除自己的积分,做一个热心并受欢迎的人!

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则 需要先绑定手机号

关闭

站长推荐上一条 /1 下一条

QQ|侵权投诉|广告报价|手机版|小黑屋|西部数码代理|飘仙建站论坛 ( 豫ICP备2022021143号-1 )

GMT+8, 2024-11-29 14:55 , Processed in 0.040863 second(s), 11 queries , Redis On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表