大家帮我看看我这个代码 提交记录后 转入的页面为什么没从新刷新?
大家帮我看看我这个代码 提交记录后 转入的页面为什么没从新刷新?我只有手动刷新后 图片才显示出来最新的
大师帮忙解决下
<!--#include file="../ywconnywhty.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from btgg where id="&request.Form("id")
rs.open sql,conn,1,3
rs("dz")=request.Form("dz")
rs("tp")=request.Form("tp")
rs.update
%>
<script language="javascript">alert('修改成功!');this.location.href='glaa.asp'</script>
<%
rs.close
set rs=nothing
%>