From: Brad C. <yo...@br...> - 2005-07-11 18:37:08
|
It's already in the HTML parser. Also, the param attribute doesn't look valid. Adding anything more than basic support for one object type is going to become complex very quickly so you're going to have to be much more specific about what you're looking for. Brad C --- Marco Maccaferri <ma...@ma...> wrote: > Hi. > > I need to test a page with a custom html object in the form: > > <object id="myobj" classid="clsid:XXXXX" param="a"></object> > > I tried the ActiveX object map using the classid but seems to have no > effect. > > Is there any document that explains how to add a custom object to the > html parser ? > > Bye > |