iFrames...

G9

Daemon Poster
Messages
1,134
How do you link iFrames to links? Like if you press a link the content appears in the iFrame...
 
Code:
<iframe name="article" src="main.php">
if you can read this then enable Iframes in your browser</iframe>

use iframes in exactly the same way as the old style frames...

Code:
<a href="page2.html" target="article">page2</a>
 
Back
Top Bottom