Forum Moderators: open

Message Too Old, No Replies

What are iFrames

Are they the same as Frames

         

Red_Eye

9:25 am on May 30, 2003 (gmt 0)

10+ Year Member



Sorry this is a stupid Question. What are iFrames is it just another term for Frames?

SinclairUser

9:38 am on May 30, 2003 (gmt 0)

10+ Year Member



Redeye,

iFrames are inline frames. They can be inserted into the body of a html page and you can populate the iframe with static html or dynamically via a cgi script etc.

Chris.

Red_Eye

10:34 am on May 30, 2003 (gmt 0)

10+ Year Member



Thanks Chris,

I take it then that they are no different from normal frames?

victor

10:46 am on May 30, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



They are quite different in the HTML you write -- think more of having a DIV with varying content.

But, like frames, they break the web metaphor of one URL linking (at one time) to a single content dataset -- so they cause much the same headaches for book-marking and search engine indexing.

Red_Eye

11:47 am on May 30, 2003 (gmt 0)

10+ Year Member



Thanks Victor - Now I understand