Mozilla ?

  • Thread starter Thread starter Jarod
  • Start date Start date
J

Jarod

Hey
Was there any real changes in mozilla DOM since let's say opera version 7.0
or netscape 7.0 or firefox 0.9 ? I am using some really simple functions
just to access webservice from javascript and I must be sure that it works
at least from opera 7.0 and ... other ones. Is there any way to download
opera 7.02 ?
Jarod
 
No major changes... just exponential additions. Firefox has the most
complete DOM, 10x that of Opera and Opera's is 100x that of IE.

If you want to access a webservice, I recommend you use Atlas. It
works great with W3C browsers (Firefox, Mozilla, Netscape, Camino,
Opera, Safari) and also with the the proprietary world of IE.

In terms of doing stuff manually, don't epect much from Opera in terms
of the DOM. You WILL be banging your head against a wall for hours.
It's DOM is soooo weird... they use a hybrid IE/W3C mix which doesn't
really make much sense.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top