| Author: UltimateRengan 19 Jul 2008 | Member Level: Diamond | Rating: Points: 1 |
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
|
| Author: Kumar Velu 19 Jul 2008 | Member Level: Diamond | Rating: Points: 6 |
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
|
| Author: Bindu Bujji 20 Jul 2008 | Member Level: Gold | Rating: Points: 5 |
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
|