如何用asp代码实现注册后跳转到指定页面

来源:百度知道 编辑:UC知道 时间:2024/06/08 12:01:40
在主页上登陆,点击确定后跳转到指定页面,急!

url="你的跳转地址"

response.write "<script language='javascript'>"
response.write "alert('如果需要弹出提示框就改成你的内容,如果不需要,删除这一行!');"
response.write "location.href='"&url&"';"
response.write "</script>"