Link to home
Start Free TrialLog in
Avatar of shayad
shayad

asked on

JavaScript vs. JScript

Hi,
I am working on application running on NT (IIS being the web server) wherein client side scripting is in Javascript and server side scripting is done using jScript. This application has to be portyed on to Solaris (WebLogic being the server). Will JScript continue to work properly on Unix as well. Are there any incompatiblities between Javascript and jScript. Where can I find more information about the differances (if they exist at all).


Regards
Shayad.
Avatar of lambda
lambda

For IE documentation I've found:
http://msdn.microsoft.com/workshop/
to be useful, and for netscape:
http://developer.netscape.com/docs/manuals/javascript.html

I believe from both links you can surf to either the client side javascript or server side javascript documentation.

-Josh
ASKER CERTIFIED SOLUTION
Avatar of venkat_rs
venkat_rs

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial