[求助]操作后不能返回到指定页面
咨询个问题.不管我增加删除或修改.后都不能返回到指定的页面.数据库读写一切正常.如下面代码
sub setnew()
pid=Request.querystring("productid")
dbconn.execute"update product set isnew=1 where productid="&Pid
rs1.close
set rs1=nothing
response.write"<script language='javascript'>alert('delete is success!');window.location.href='productlist.asp';</script>"
response.End()
end sub
response.redirect""也用过.还是不会返回到指定页面