HighDots Forums  

NS compatability

JavaScript discussion (multi-lingual) JavaScript discussion (alt.comp.lang.javascript)


Discuss NS compatability in the JavaScript discussion (multi-lingual) forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
chris
 
Posts: n/a

Default NS compatability - 09-23-2005 , 02:13 PM






is it safe to say that when writing javascripting, if i write it to work in
NS it will work on IE??



Reply With Quote
  #2  
Old   
Tjerk Wolterink
 
Posts: n/a

Default Re: NS compatability - 09-24-2005 , 07:23 AM






chris 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


Reply With Quote
  #3  
Old   
Jasen Betts
 
Posts: n/a

Default Re: NS compatability - 10-15-2005 , 07:56 PM



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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.