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 are the special sub-types in vbscript?
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
who you define variables and functions in VB?
what is the standards used for writing the script in QTP
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
Please Example programms on vbscript 1)writing functions and calling functions
How do display output message without using msgbox function?
Mention what is variant in vbscript?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Join the multiple array with out using JOIN function
did any one attended interview in applabs if you had gone through plz tell me the procedure
Explain about scrrun.dll?