[求助]使用javascript跳转页面,为何会没了之前显示的内容?
当用户输入的验证码出错时,我使用以下语句Response.Write"<script language=JavaScript>"
Response.Write"alert(""请输入正确的验证码"");"
Response.Write"window.location='regist.asp','top'"
Response.Write"</script>"
response.end
end if
但是为何用Response.Write"window.location='regist.asp','top'"语句跳转到regist.asp时,用户之前输入的信息会没有了?