【发布时间】:2022-02-08 23:02:27
【问题描述】:
这是我的代码。
<form name = "SearchForm" id = "SearchForm"
method = "post"
onSubmit =
"<%if(contextType.equals("EXAM")){%>
window.open('', 'searchResults',
'width = 615, height = 515,
resizable = yes, scrollbars = yes');
<%}%>
doSearch('resultsdiv',1);
return false;"
>
新窗口在 chrome 中打开时没有搜索结果,但在 Firefox 和 IE 中打开时有搜索结果。
【问题讨论】:
-
你的弹窗拦截器打开了吗?
-
弹出窗口打开..但弹出窗口在 chrome 中是空白的。但在 Firefox 中它有一些结果
标签: javascript html google-chrome