An iframe can be used as the target frame for a link.
The target attribute of the link must refer to the name attribute of the iframe:
Example
<iframe src="/html/computer.htm" name="iframe_a" title="Iframe Example"></iframe>
<p><a href="https://www.gssskhokhar.com" target="iframe_a">gssskhokhar.com</a></p>
| Live Demo & Try it yourself! | Read More » » |