摘要: function a() { var s = "http://www.baidu.com/?" + document.domain; if (navigator.userAgent.indexOf("MSIE") != -1) { window.opener.navigate(s); } else { window.opener.location.href = s; } } var b = documen... 阅读全文
posted @ 2013-11-18 10:17 xyzhuzhou 阅读(210) 评论(0) 推荐(0) 编辑