window.location和window.open的区别

window.location和window.open的区别
window.location = "http://www.xxxxxxxx.net" 跳转后有后退功能
window.location.replace("http://www.xxxxxxxx.net") 跳转后没有后退功能
window.open("http://www.xxxxxxxx.net") 要新的窗口打开链接
posted @ 2010-03-17 17:15  hellofei  阅读(291)  评论(0编辑  收藏  举报