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 is a class in CSS?

1 Answers  


write a program to display configuration of a local system with the help of vb script.

0 Answers  


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

0 Answers   CSC,


Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.

0 Answers   CSC,


Explain about the asc function?

0 Answers  






how to check whether link is disabled in QTP??

0 Answers  


How to add actions in driver script to run those actions in QTP?

0 Answers  


How can you destroy an object in vbscript?

0 Answers  


Write a program to create a Dynamic array of size 5 elements and display all the elements.

1 Answers  


How to Import data from a file (file is on the desktop) to the data table

0 Answers   IBM,


int a=4857 i need output as 7584.without using any inbuild function?

6 Answers   Aspire,


How can you have different number of cells for each row of a table in HTML?

2 Answers  


Categories