gpt4 book ai didi

JavaScript window.location 在内容编辑器 Web 部件中不起作用

转载 作者:行者123 更新时间:2023-11-28 09:43:41 25 4
gpt4 key购买 nike

我的问题是,以下脚本及其 window.location 函数在共享点内容编辑器 Web 部件中不起作用。我已经将其作为独立版本进行了测试,并且运行良好,但是一旦我将其插入到内容编辑器 Web 部件中,执行脚本时似乎就没有发生任何事情。

我将不胜感激任何形式的帮助

<script type="text/javascript">
function redirect(){
var search = document.getElementById('searchtxt').value;
var url = "test.com/test.aspx?s="+search;
window.location = "http://"+url+"";
return;
}
</script>
<input type="text" id="searchtxt"/> <input type="submit" value="Search" onclick="return redirect()"/>

最佳答案

尝试使用window.location.hrefwindow.location.replace()

关于JavaScript window.location 在内容编辑器 Web 部件中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12086921/

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