It has never worked in Mozilla. The current plan is to fix it at some
point in the future, but not by 1.0.
The Mozilla engineers seem to really have their hands full at this
point, so who knows when this will get fixed. IFRAME is the workaround
at this point.
Best thing to do is either contribute a fix yourself (if you are thusly
skilled) or, failing that, just vote for the bug.
Based on the intrabug discussion, it appears there are some questions
about how documents embedded with OBJECT appear in the parent document's
DOM, so a DOM expert could help by contributing some learned commentary
on the subject.
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Vadim Plessky) wrote:
> On Tuesday 12 June 2001 19:22, Canasta wrote:
> | 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
>
> Wow! But if I remember correctly, it was working in my tests.
> May be, I mixed with image/png and image/jpeg in OBJECT, though...
>
> Any plans to fix it, in 0.9.2 or .... ?
> (I doubt it's possible to *release* 1.0 with such a bug inside)
>
> | >
> | > 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.