页面跳转:Window.showModalDialog(url,width,height); 弹出一个html文档的模式对话框Parent.window.document.location.href = url. 父级页面重新跳转Document.location.href = url 本页面重新跳转 Window.open("url","name",其他参数) ; 打开一个页面, 参数都是可选的, 新开的页面访问原来的页面用 window.opener 相关文章: