What is the difference between Javascript & Vbscript?

Answers were Sorted based on User's Feedback



What is the difference between Javascript & Vbscript?..

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

What is the difference between Javascript & Vbscript?..

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

Post New Answer

More VB Script Interview Questions

What are the special sub-types in vbscript?

0 Answers  


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.

0 Answers  


who you define variables and functions in VB?

1 Answers  


what is the standards used for writing the script in QTP

0 Answers  


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

0 Answers  


Please Example programms on vbscript 1)writing functions and calling functions

2 Answers   CIL, TCS,


How do display output message without using msgbox function?

5 Answers  


Mention what is variant in vbscript?

0 Answers  


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

0 Answers  


Join the multiple array with out using JOIN function

1 Answers  


did any one attended interview in applabs if you had gone through plz tell me the procedure

0 Answers  


Explain about scrrun.dll?

0 Answers  


Categories