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
How will you check that a variable is an array in vbscript?
How are values assigned to the variables in the vbscript language?
how to write validation function for date in vb script
How many types of operators are available in the vbscript language?
What are lbound and ubound in the vbscript language?
What is the use of option explicit in vbscript?
how to acces the remote mechine using vb cript(QTP)
What is the difference between do until loop and do while loop?
Is vbscript a case-sensitive or case-insensitive?
What is the use of the instr function?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
regular expression that will recognize a browser as long as its name property starts with mybrowser
Mention what is the main difference between function and sub-procedure?
What is select case statement?
Explain the arrays in vb script?