Unfortunately, Mozilla doesn't yet support text/html and text/plain
OBJECTs. See Bug 678 (an oldie, but a goodie).
http://bugzilla.mozilla.org/show_bug.cgi?id=678
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Vadim Plessky) wrote:
> On Thursday 07 June 2001 13:33, Christian Mattar wrote:
> | "Paul W. Brown" wrote:
> | > Iframe is not standards compliant code and oly works on IE. IT SHOULD
> | > NEVER BE USED OR SUPPORTED!
> |
> | This is absolutely NOT true. See
> | http://www.w3.org/TR/html4/present/frames.html#h-16.5.
> | IFRAMES are supported by Mozilla, whereas ILAYERs are not.
> |
> | Christian
>
> and IFRAME support in Mozilla is rather good.
>
> BTW: you can try to use OBJECT tag with "text/html" MIME definition, instead
> of IFRAME
>
> Try code like this
> <object data="banner234x60.html" width="234" height="60"
> align="left" border="0"
> name="Banner from onvista.de testcase">
> WARNING: your browser can't display HTML object
> </object>
> and play with parameters - OBJECT in HTML 4.0 has much more parameters than
> IFRAME.