简体   繁体   English

点击链接打开2个网页

[英]Open 2 webpages on link click

I have an IFrame on a webpage, and upon clicking on a hyperlink, I need to be able to refresh the IFrame AND ALSO open a different website in a new browser window, any help at all is greatly appreciiated. 我在网页上有一个IFrame,单击超链接后,我需要能够刷新IFrame,并且还需要在新的浏览器窗口中打开其他网站,非常感谢所有帮助。

Thank you 谢谢

jase 杰瑟

Something like 就像是

<a href="otherpage.html" TARGET="_NEW" onClick="window.location.reload()">Reload  and open</a>

ought to work 应该工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM