Javascript页面跳转方法

//在当前页面打开

location.href="http://www.google.cn/";

window.location.href="http://www.google.cn/";

//后退到前一页面

history.go(-1);

//在新页面打开

window.open('http://www.google.cn/','','height=500,width=611,scrollbars=yes,status=yes');

posted @ 2008-08-12 11:35  周枫  阅读(1550)  评论(0编辑  收藏  举报