Richard wrote:
> mscir wrote:
> > Just curious, why didn't you use an iframe?
>
> iframes are even more worse than frames and may only be supported by IE.
Worse how?
Browser support for iframes:
http://www.websitegravy.com/pages/iframe/
- IE: IE appears to support the iframe since v4 (Mac since v3)
- Netscape: v6 and later
- Opera: the 4.02 beta is said to support iframes (Mac and Unix since
v5; BeOS since v3.62)
- Mozilla: since v1
- Bezilla: since v1
- Galleon: since v1.2
- WarpZilla: since v1
- Lynx: support since 2.8.2
http://www.cs.tut.fi/~jkorpela/html/iframe.html
- Internet Explorer has supported iframe since version 3. However, IE as
well other browsers have problems in the support, as discussed later in
this document.
- Netscape 6 supports iframe. It has been reported that Netscape 4.7 on
Mac has iframe support, but all Netscape 4.x versions on Windows
probably lack support. And it has been reported that Mozilla M12
supports iframe.
- iCab supports it, with a user option to disable the support.
- WebTV Plus has iframe support, but the "small bugs" include failure to
comply with the fundamental idea of using the content of the element
only if the inline frame itself is not displayed.
- Lynx 2.8.2 handles iframe in a manner similar to its treatment of
normal frames: it provides a link (preceded by the text IFRAME

to the
document specified in the src attribute of the iframe tag and then
renders the content of the iframe element. As the link text, it uses the
name attribute if present, otherwise the URL (the src attribute value).
- Opera 4.0 beta supports iframe, with the option to turn the support
off (as independently of normal frame support), and the default setting
seems to be to have the support disabled.
http://www.quirksmode.org/
- iframes are not supported by Netscape 4.
- iframes inside layers are buggy in Opera 6 (solved in 7). Even outside
layers, they can be very buggy in Opera 5 on Mac.
- WebTV reloads the entire page when reloading an iframe.
- Using location.href in an iframe to change the page in the iframe does
not work in Explorer 4 and 5.0 on Windows and Opera 5 and 6.