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,... 阅读全文
posted @ 2010-06-10 11:09 cn2025 阅读(166) 评论(0) 推荐(0)