gpt4 book ai didi

html - 通过单击按钮打开弹出窗口

转载 作者:太空宇宙 更新时间:2023-11-04 00:56:17 28 4
gpt4 key购买 nike

我有一个链接可以打开一个页面的小弹出窗口(不是新标签)。我想将此功能集成到一个按钮中。不幸的是,这并没有像希望的那样工作。

很好的示例链接:

<a href='#' onclick='window.open **
("https://google.com","mywindow",
"menubar=1,resizable=1,width=500,height=500")'>
Link</a>

应该执行相同操作的当前按钮:

<form>
<input class="btnstylega" onclick="window.location.href='https://google.com'" type="button" value="Link" />
</form>

最佳答案

为什么不尝试:

  <form><input class="btnstylega" onclick="window.open('https://google.com','mywindow', 
'menubar=1,resizable=1,width=500,height=500')"
type="button" value="Neue Versicherung hinzufügen" /></form>

关于html - 通过单击按钮打开弹出窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54673748/

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