js页面跳转

一、window.location.href="你要跳转的页面";

二、window.history.back(-1);或window.history.go(-1);效果:返回前一页。

三、window.navigate("要跳转的页面");

四、self.loaction='要跳转的页面';

具体参考以下:

http://www.zhuoda.org/lunzi/66097.html

 

posted @ 2011-11-20 21:06  清晨の雨露  阅读(181)  评论(0)    收藏  举报