quote:
Originally posted by Absorbation
Just tryed that and still does'nt work i've uploaded so you can see
You haven't given the iframe a name in this line:
code:
<iframe SRC="images/iframe.gif" WIDTH=800 HEIGHT=697 ALT="" frameborder="no"></iframe>
It needs to be:
code:
<iframe name="frame name" SRC="home.php" WIDTH=800 HEIGHT=697 ALT="" frameborder="no"></iframe>
as i said above.
You then need to have target="frame name" inside the <a> tags you wish to appear in the frame.