Click to See Complete Forum and Search --> : ActiveXObjects and Netscape


Topper_Harley
01-31-2003, 01:13 PM
Hello ,
I am using ActiveXObjects (MSXML2.DOMDocument.4.0) to read xml files using javascript . I am getting perfects results when running my site in IE 5.5, but when i run in in Netscape 7 nothings happens.

I know that Netscape didnt support ActiveXObjects in their past navigators (6.2) but I thought that somehow they would implement this stuff. Do you know if it is supported in presents navigators?

thx

numba_one
01-31-2003, 02:40 PM
Netscape normally dosnt support alot of things, so more than likly it isnt gonna work. Is there a certain reason you want it in Netscape?

Topper_Harley
02-03-2003, 08:00 AM
Well...the idea was to make this xml based intranet to work with all known browsers....but I think this may be an utopy.

Thanks you all guys.

See ya.