· What is the difference between javascript and vbscript?
Javascript :
· JavaScript is a client-side scripting language.
· JavaScript is used to create interactive web applications supported by the Netscape browser.
· JavaScript is simple to use, lightweight, and dynamic. Developers can easily embed code functionality for interactive applications inside a web page.
· Javascript is case sensitive and it will be run on client side.
VBScript:
· VBScript is a server-side scripting language.
· VBScript is not case sensitive and it will be run on server side.
No comments:
Post a Comment