Hello,
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
Hello,
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