The only place I've seen iframes used is as an alternative to JavaScript in link exchange programs and the type, where you're putting a 3rd party code fragment onto your site.
cscgal
The Queen of DaniWeb
19,433 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
IFRAMEs are still used in several CMS related web apps. When dealing with a lot of data, it's wise to use them rather than scrolling through 1000 records of information. The reason why they are used is so you have menus and other tools visible to the user, otherwise, as soon as you scroll, you'd lose visibility of them. I'm using IFRAMEs in a project manager right now I'm doing in PHP. ;)
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
I really don't recomend using frames/iframes on your pages, in 2 years time they will be going out when XHTML come in (XHTML doesn't support frames). Also many browsers don't support them as well as they might if at all.
So keep with tables, they are much easier to manage and maintain
Ragnarok
Junior Poster in Training
94 posts since Mar 2004
Reputation Points: 10
Solved Threads: 0