X Xekojm New Member ★ 20 ★ Impact 0 Mar 12, 2005 1K views 1 reply #1 how do I have a link outside of an iframe change the content of that iframe i have the link in java and the iframe in html, if that means anything...
how do I have a link outside of an iframe change the content of that iframe i have the link in java and the iframe in html, if that means anything...
axilant Account Closed Impact 28 Mar 12, 2005 #2 Code: <a href="content.php" target="iframe">load in iframe!</a> <iframe name="iframe" src="index.php"></iframe> notice the "target" in the a href, and iframe has the tag "name" hope this helps
Code: <a href="content.php" target="iframe">load in iframe!</a> <iframe name="iframe" src="index.php"></iframe> notice the "target" in the a href, and iframe has the tag "name" hope this helps