designer wrote:
> OK, I know about the pitfalls, but the bookmarking thing is easy to
> get over - just add 2 short lines of javascript from
> www.CodeLifter.com :
>
> if (parent.location.href == self.location.href){
> window.location.href = 'whateverframeset.html' }
I don't think this has to do with bookmarking; it is more about calling the
"default" frames when a "naked" page loads in the UA.
And IMO it is better to use the replace() method in this case to avoid
messing with the user browser's back button.
> However, what I want to know is, which browsers don't support frames?
> And should I be
> bothered?
MSIE 2 (Win & Mac), AOL 1.0 & 2.7 (Mac), AOL 1.0 Win
Note that in some browsers (Opera for example) frames can be "turned off".
You have the noframes tag to help you deal with frame-challenged UAs
I've written an article about frames, you may find something useful in
there:
http://www.tjkdesign.com/articles/frames/default.asp
HTH,
Thierry | http://www.TJKDesign.com
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************