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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<IFRAME> question

Status
Not open for further replies.

programmher

Programmer
May 25, 2000
235
US
Has anyone used <iframe>? If so, how well did this work for you? Is there any documentation or web example to see it in action?
 
I've used IFRAME in several MSIE specific intranet apps. But the IFRAME tag is not supported under Netscape except in v.6.0

The tag works very similarly to a regular frameset.

example:
<iframe src=&quot;blah.html&quot;></iframe>

you can set size parameters like a regular frameset.

here's an example in use

hope this helps
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top