For Answers, see/post comments

Java script Vs ASP

what is the difference between java script and asp ?

3 comments:

Anonymous said...

hi,

http://answers.yahoo.com/question/index?qid=20080113131822AANIRHj&show=7

http://quomon.com/question_difference_between_2259.aspx

http://www.issociate.de/board/post/466114/Difference_between_ASP/VBScript_and_JavaScript.html

i hope this may help u

Anonymous said...

ASP - is Active Serve Pages - and is a Microsoft technology that runs on the server. ASP can contain Client Side JavaScript.

CSJS - Client Side JavaScript - runs on the client in either of the three browsers: Explorer, Navigator or Opera.

SSJS - Server Side JavaScript is a Netscape technology that runs on the server. SSJS can contain Client Side JavaScript.

Refer:
http://www.irt.org/script/331.htm

http://dotnetslackers.com/articles/aspnet/JavaScript_with_ASP_NET_2_0_Pages_Part1.aspx

http://www.issociate.de/board/post/466114/Difference_between_ASP/VBScript_and_JavaScript.html

Anonymous said...

Hi,
ASP is purely Server side code, where as JavaScript is used for client Scripting. that means ASP code executes in server and javascript executes in client ( ie browsers like Internet Explorer etc)..

JavaScript is caseSensitive where as ASP is not.

Refer to the below link for more info.
http://www.issociate.de/board/post/466114/Difference_between_ASP/VBScript_and_JavaScript.html

Hope this helps
Bindu