What is the difference between Javascript & Vbscript?
Answers were Sorted based on User's Feedback
Answer / sonal.pagare
Javascript -
It is client side scripting language, developed by Netscape.
It is case sensitive.
File extension is .js.
VBscript -
It is both Client and server side scripting language,
developed by Microsoft.
It is not case sensitive.
File extension is .vbs and .vba.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / 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 |
What is the scope of a constant declared using public?
How to get the length of the string by making use of the string function?
Inorder to avoid Message box while writing script which alternative method can be used?
pls tell me which is good book or site for vbscript?
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
What is the use of the recordset object and which statement is used to create such an object?
write a Vb script to find a whther a selected drive exits.
How are comments handled in the vbscript language?
How to write VB Script for selecting a particular row in a WebTable?
How to replace junk code recorded by QTP with a mall function.
compare the string without using stringcomp function?
What are the valid scopes of a variable in vbscript?