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
Difference between dim,public and private variables in vb script?
Explain about the asc function?
Does VB/Win make standalone .EXE files?
Illustrate briefly about the different types of statement
Mention what is byref and byval parameters in vbscript?
why variable name should not exceed 255 characters?
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Which operator can be used to do an xor operation in vbscript?
How will you compare two strings in vbscript?
Which function is used in the vbscript language to convert the specified expression into a date type value?
How to create a function in vbscript?
How to write VB script for login module?
What are the 2 ways in which a variable can be declared in the vbscript language?
How can you create a file object to work with the files in the vbscript language?
Which keyword is used to declare a variable in the vbscript language?