Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IFRAME

Status
Not open for further replies.

BenRussell

Programmer
Mar 12, 2001
243
US
What is the point of IFRAMES?
I use IFRAMES to include a webpage within another webpage. However, I do not including anything inbetween the <IFRAME> and </IFRAME> tags. What would happen if I wanted the page in the IFRAME SRC tag to display, but also put something inbetween the <IFRAME> and </IFRAME> tags? - Ben Russell
- President of Intracor Technologies (
 
Whatever you put in between the iframe tags is what will be used in place of the iframe for browsers which dont support iframes. Others will just ignore it eg.

If you include

<iframe src=&quot;mypage.htm&quot; width=&quot;100&quot; height=&quot;100&quot;>
<img src=&quot;mypic.gif&quot; width=&quot;100&quot; height=&quot;100&quot;>
</iframe>

in iframe compatible browsers (IE and NS6) you would get mypage.htm in the iframe. In non compatible browser (NS4) you would get mypic in its place.

hope this helps

rob
 
Rob, do you know the equivalent (and how to use it) in NS 4? Is it an Ilayer? I'm having real problems with it...
 
arundahar :

yup, eggZactly, Ilayer.. Victor
 
yeah but i can't get ILayer's to work...!
I can't get the navigation of the Ilayer to stay within the ILayer, it just redirects the main page!

Help!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top