问题描述:
如题,注册用户退出后转到指定页面,怎么修改啊?
问题解答:
<% response.redirect("指定网页名称") %>或<script>self.location.href="指定网页名称";</script>
response.redirect("url")