Re: Firefox DOM wrapper for C#
kernel J <[email protected]> Fri, 30 Sep 2005 21:45:25 +0800
| Newsgroups | gmane.comp.mozilla.devel.windows |
|---|---|
| Message-ID | <[email protected]> |
There seems to be some difference between IE and Firefox when we need to write javascript for them.For example,IE tries to handle XML by using a COM called MSXML,the way is to create a ActiveX Object. But firefox seems to build in the function.We need to new window.XMLHttpRequest It may include new object by plugin.And you can look it up in the developing area at mozilla.org <http://mozilla.org> 2005/9/28, Obaid Ullah <[email protected]>: > > I need to extract DOM from Fierfox browser in application written in C# > and manipulate it. For IE i am using MSHTML for handling DOM. But i am not > sure what kind of object library and objects i need to use for DOM extracted > from Fierfox browser. Is there any .NET or com wrapper available for > firefox? > > Obaid > >