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)
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)
Thanks Chris,
I take it then that they are no different from normal frames?
victor
10:46 am on May 30, 2003 (gmt 0)
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.