Exolution
26-06-2006, 04:00 PM
Hey,
I have a link and I want to to target one of my iframes which is in a box on the page. What is the code so you click the link, and it opens in the main frame. This is the iframe code:
<iframe src="main.html" width="450" height="400" frameborder="0"> If you can see this, your browser doesn't
understand IFRAME. However, we'll still <a href="main.html">Main page</a> you to the file. </iframe>
And the link code I have is...
<a href="main.html" target="main">Home</a>
Thanx
I have a link and I want to to target one of my iframes which is in a box on the page. What is the code so you click the link, and it opens in the main frame. This is the iframe code:
<iframe src="main.html" width="450" height="400" frameborder="0"> If you can see this, your browser doesn't
understand IFRAME. However, we'll still <a href="main.html">Main page</a> you to the file. </iframe>
And the link code I have is...
<a href="main.html" target="main">Home</a>
Thanx