Forum Moderators: open
Check out this page [skillonly.clanpages.com] to see what I mean..I am building that site for a client and need that iframe operational..Please help.
Thanks,
Graham Hurlburt
Edited by: tedster
Right now, as it is, the page displays well for me in Explorer 5.5, but Netscape 4.7 has an empty box. Here's a reference [mirror.subotnik.net] that really gets into all the details.
Thanks,
Graham Hurlburt
That is, give the iframe a Name:
<iframe name="Name" etc.etc.></iframe>
and then use
<a href="document.html" target="Name">LINK</a>
The nice thing (I think?) is that a browser which doesn't support iframes will open the linked document in a new window.