Could you provide more detail explaination on how to use this XPDOM ? After I read the examples & how to use section in http://xpdom.sourceforge.net, I still don't know how to use XPDOM.
For example, how can I achieve the DOM appendChild effect in Netscape 4 browser by using XPDOM ??
Thank You Very Much !
Regards,
Annie
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
XPDOM emulates a W3C-DOM-2 interfaces, then appendChild() or any must be coded the same is all supported browsers.
See a simple W3C example in the web and convert to XPDOM, it is simple, you need initialize the library as said in "How To Use" and get wrapped document and view objects and so on.
Try with MSIE 4+ or Mozilla 1.0/Netscape 6.2 if it works, probably works with Navigator 4 but is not sure (emulation is poor in this browser).
Bye
Jose Mara
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Could you provide more detail explaination on how to use this XPDOM ? After I read the examples & how to use section in http://xpdom.sourceforge.net, I still don't know how to use XPDOM.
For example, how can I achieve the DOM appendChild effect in Netscape 4 browser by using XPDOM ??
Thank You Very Much !
Regards,
Annie
Hi
XPDOM emulates a W3C-DOM-2 interfaces, then appendChild() or any must be coded the same is all supported browsers.
See a simple W3C example in the web and convert to XPDOM, it is simple, you need initialize the library as said in "How To Use" and get wrapped document and view objects and so on.
Try with MSIE 4+ or Mozilla 1.0/Netscape 6.2 if it works, probably works with Navigator 4 but is not sure (emulation is poor in this browser).
Bye
Jose Mara