注册 登录
编程论坛 ASP技术论坛

请问高手们一个ASP跳转问题

yuxiang0612020 发布于 2008-11-12 12:35, 683 次点击
我在一个ASP页面中写了这样一段代码:
response.write("<script>alert('恭喜您,注册成功');</script>")
我现在是想 在弹出这个的时候 单击{确定} 能 跳转到 index.asp 登入页面..
哪个知道的 帮帮小弟我忙了..先谢谢了..[qq]258390001[/qq]
3 回复
#2
hmhz2008-11-12 13:44
response.write("<script>alert('恭喜您,注册成功');location.href='index.asp';</script>")
#3
yuxiang06120202008-11-12 23:47
谢谢  ,搞定了
#4
shcms1232008-11-13 09:01
response.write("<script>alert('恭喜您,注册成功');location.href='index.asp';</script>")
1