M
mi
Hi,
I have an iframe which I would like to wrap with a link. The HTML
inside the iframe doesn't contain any links. When the iframe is
clicked, I would like to load the iframe's source in a new window.
I tried something this:
<a href="iframe-content.html" target="_blank">
<iframe src="iframe-content.html">
</iframe>
</a>
But only the iframe's border becomes clickable in Firefox. (I haven't
tried other browsers yet).
Would someone have a solution to make this work?
I have an iframe which I would like to wrap with a link. The HTML
inside the iframe doesn't contain any links. When the iframe is
clicked, I would like to load the iframe's source in a new window.
I tried something this:
<a href="iframe-content.html" target="_blank">
<iframe src="iframe-content.html">
</iframe>
</a>
But only the iframe's border becomes clickable in Firefox. (I haven't
tried other browsers yet).
Would someone have a solution to make this work?