B
Berislav Lopac
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.
So I thought of writing such a library myself, but as it is quite a massive
task I first wanted to check with the group if anyone knows of such a thing
already existing somewhere?
Berislav
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.
So I thought of writing such a library myself, but as it is quite a massive
task I first wanted to check with the group if anyone knows of such a thing
already existing somewhere?
Berislav