关于window.open无法打开窗口的问题 - ITeye问答
2013年9月21日 - 关于window.open无法打开窗口的问题body,td { font-size: 13px; } function goInsert(thisurl) { window.open(thisurl, "添加书籍", "width=600...
高手解答,window.open在什么情况下不能打开新窗口_百度知道
最佳答案: JS函数 function open(str,str1,str2) { str = location.href.replace(/(.+\/).+/,"$1") + str; top.openWin("",str); return false; ...更多关于关于window.open无法打开窗口的问题的问题>>