asp页面跳转问题

来源:百度知道 编辑:UC知道 时间:2024/05/05 17:27:01
就是假设我的域名是http://www.abc.com,在首页登陆时跳转的页面成了http://www.abc.com:81

题目呢?

那你在http://www.abc.com下放一个index.asp 在<head>与</head>之间加上:
<meta http-equiv="refresh" content="秒; url=下一个页面">

很简单 response.redirect "http://www.abc.com:81"