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
What is the difference between do until loop and do while loop?
What are the naming conventions while declaring a variable in the vbscript language?
write any ttest cases using check points and parameterization
How are arrays declared in the vbscript language?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Why is error handling required?
what do you mean .ota mobile format
What is the use of the date function in the vbscript language?
What are class events?
where can i learn VB scripint ?
Which in-built function related to an array joins substrings into one string in the vbscript language?
How to Import data from a file (file is on the desktop) to the data table
Can u describe what kind of testing are for OTC derivates by banks.
Compare java script and vb script?
Explain the asc function?