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

Can u describe what kind of testing are for OTC derivates by banks.

0 Answers   BoA,


Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks

0 Answers  


wat is the com(common object model)object for mozilla firefox???????plz if any one know the exact answer....reply me......

0 Answers  


How will you get the octal value of the given number in vbscript?

0 Answers  


Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar

0 Answers  






Explain about scrrun.dll in vbscript?

0 Answers  


Does VB/Win make standalone .EXE files?

0 Answers  


why variable name should not exceed 255 characters?

0 Answers  


How to copy from one script to another script in qtp

4 Answers  


write a vb script to generate the following pattern ***** **** *** ** *

7 Answers   Blue Star,


Mention what if you do not specify anything when you call a procedure?

0 Answers  


what is the object hyrarchy in QTP for a web based application

0 Answers  


Categories