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 difference between Javascript & Vbscript?
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
how to check whether link is disabled in QTP??
Hello friends..... Can any give the methods for Ms-Access, and Mozilla firefox in Automation Object Model in QTP. Please give me currect answers... if you do not understand my question please don't give answers. Thanking you.
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
How to write functions and sub in vb script?
When does ‘on click of button’ event gets triggered in the vbscript language?
How to Enter Values on the Command promt using VB script
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
What is the purpose of on error resume next statement?
Differentiate javascript and vbscript?