简体   繁体   中英

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.

Thank you

jase

Something like

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

ought to work

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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