gpt4 book ai didi

javascript - 新窗口弹出窗口在 Chrome 中为空白,但在 IE 和 Firefox 中有效

转载 作者:行者123 更新时间:2023-11-28 08:38:24 25 4
gpt4 key购买 nike

这是我的代码。

<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 中打开,有搜索结果。

最佳答案

我也遇到过类似的问题。问题是因为提交按钮会自动回发一次,并且我在同一个按钮上附加了一个 javascript 函数,这使得回发两次。为了解决这个问题,我禁用了提交按钮的自动回发,只需将按钮的“AutoPostBack”属性设置为“False”即可。

关于javascript - 新窗口弹出窗口在 Chrome 中为空白,但在 IE 和 Firefox 中有效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20795776/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com