故事:
期望:
如何将期望带入现场?非常感谢提前!
答案 0 :(得分:0)
我找不到合适的副本,所以
window.onload=function() {
document.getElementById("form1").onsubmit=function() {
setTimeout(function() {
window.focus();
location="https://google.com";
},500); // delay
}
}
使用
<form target="_blank" action="somepage.html" id="form1">
<input type="submit" />
</form>