Martin Honnen wrote:[color=blue]
> Berislav Lopac wrote:
>[color=green]
>> One of the banes of contemporary JavaScript programming for the Web
>> is the differences between JScript and JavaScript -- specifically, a
>> number of non-standard, but useful objects and/or methods
>> (especially DHTML-related) which are available in the former, but
>> not the latter. Since JavaScript engine in Gekko is very strong, I
>> came to realize that the easiest way to achieve platform
>> independence would be to write specifically for JScript, and then to
>> have a JavaScript library with definitions of JScript's DHTML
>> extensions.[/color]
>
> The MS reference docs for JScript are at
>[/color]
http://msdn.microsoft.com/library/de...us/script56/ht
ml/js56jslrfJScriptLanguageReference.asp[color=blue]
> Do you find any DHTML extensions there?
> So it seems you confuse host objects respectively the object models
>
http://jibbering.com/faq/#FAQ2_8
> an application like a browser provides with the core language.[/color]
I stand corrected and ashamed -- I should have known that.
[color=blue]
> However I would stronly suggest to use the W3C DOM as much as possible
> if you are scripting for the Web now and not to start with IE
> extensions. The W3C DOM should give you a solid base for IE5+,
> Netscape 6+, Opera 7 and other browsers like Konqueror, Safari.[/color]
Very well, then -- but how about the XML-handling OM's? In my experience
they differ slightly in the two main browsers. I have seen WebFX's solution,
but they still leave out some very useful features found in JScript.
Berislav