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 |
Write a Script for ATM in QTP
Inorder to avoid Message box while writing script which alternative method can be used?
Explain a few date functions in vbscript
Mention the environments where vbscript could be run?
What is the difference between vb debugger and the script debugger?
HI how can handle dynamic image through vb script example we have to create email id fill the edit box(these latters change wrong password) i am wating your answer
Write a program to create a Dynamic array of size 5 elements and display all the elements.
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
why variable name should not exceed 255 characters?
How to get the length of the string by making use of the string function?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
What is the purpose of regexp object in vbscript?