Forum Moderators: mack
I was wondering what the best way to make pages open in an Iframe from links within the 'holding' page
Javascript, Html?
ta
Limbo
I assume you want to have series of links on the main page that load other pages in the iframe?
Code would be:
<a target="iframe_name" href="page_to_load.htm">Link text</a>
Scott
:)