On 2005-09-23, chris <someone (AT) here (DOT) com> wrote:
Quote:
is it safe to say that when writing javascripting, if i write it to work in
NS it will work on IE?? |
no.
IE does things differently, for example the InnerHTML property has uppercase
HTML elemlents in IE but lowercase in NS. and some IE InnerHTMLs are
read-only (eg row)
there are many other differences, that's just the last one I encountered
last week.
if you want it to work with both a good start is to use only standard
objects and methods. (which innerHTML is not)
and then run it under IE and see what else doesn't work.
Bye.
Jasen