I think frames still have uses in GUI design - having a parent frame wrapper can be useful for maintaining state or keeping track of open dialogs, or showing a loading screen. You might also want to mask a url containing a temporary session IDs, so it can't be bookmarked.
In other words sharing a problem you should solve with the visitors. With Ajax, it is not really a problem to store state changes periodically on the server rather than relying on a frameset. -- Chris Heilmann Book: http://www.beginningjavascript.com Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
