What is the difference between Javascript & Vbscript?
Answer Posted / gomathiparamasivan
JavaScript:
JavaScript runs on any browser.
It uses curly braces to denote functions.
JavaScript is client-side validation.
It is interpreted by the server(specifically,IIS)
VB Script:
VB Script runs only on Internet Explorer.
It uses Function and End Function to denote functions.
VB Script for server-side validation.
It is interpreted(and statements executed) by a user's
browser.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is the use of exit do or exit for statements within loops discouraged?
Mention what is the main difference between function and sub-procedure?
What are events in the vbscript language?
give me any information abou vb script books learn quckly
Explain few date functions in vbscript?
Mention how to create a cookie using vbscript?
Explain about filter expression?
What is the use of the formatdatetime function in the vbscript language?
What is byref and byval parameters in vbscript?
Which loop is used in case of arrays in the vbscript language?
Which data type/types are supported by vbscript language and what are their specialties?
What is the use of option explicit in vbscript?
where can i learn VB scripint ?
How to access array data?
Mention the rules for using option explicit statement?