0
How to open a link in iframe ?
i need the complete code in html or css which can open the link in iframe . mean which can open a web page within web page ... plz inbox the code
1 Antwort
+ 8
<iframe name="iframe1" src="target.html"></iframe>
<a href="link.html" target="iframe1">link</a>
(You can use Google for simple questions like this)
(iframe is not supported by HTML5)