主题:为什么location.href跳转不到此页面
<%elseif worktype1="modynew" then
sql="update solve set solve_kind='"&solve_kind& "',solve_topic='" &solve_topic& "',solve_worker='" &solve_worker& "',solve_message='" &solve_message& "',solve_image='" &session("path")& "' where id="&id
rs.open sql,conn,1,1%>
<script>
alert('信息更新成功');
location.href="my.asp?worktype=propose";
</script>
<%end if
%>
sql="update solve set solve_kind='"&solve_kind& "',solve_topic='" &solve_topic& "',solve_worker='" &solve_worker& "',solve_message='" &solve_message& "',solve_image='" &session("path")& "' where id="&id
rs.open sql,conn,1,1%>
<script>
alert('信息更新成功');
location.href="my.asp?worktype=propose";
</script>
<%end if
%>