What is the difference between Javascript & Vbscript?
Answer Posted / 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 View All Answers
What is the use of the date function in the vbscript language?
What are the different types of operators and their order of precedence?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
How will you get a random number between 0 and 1 in vbscript?
How to open browser in vb script?
Mention when to use function procedures and what are its characteristics?
How to Import data from a file (file is on the desktop) to the data table
What is vbscript?
Which loop is used in case of arrays in the vbscript language?
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
Mention what is select case statement?
i am having some basic knowledge in c and VB 6.0. i qtp i want to know how to write the codings. by recording it is generating lot of codings. for example i want to test the text box. senerio is text box should not accept alphabets if it accept alphabets we should return fail status if it get number we should return pass status. how to write coding in vb script please help me
How to open excel in vb script?
Explain a few date functions in vbscript
How can the spaces from the string be removed?