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
How will you reverse a string in vbscript?
Explain the constants in vbscript?
How to take whole text output from screen of Bitmap Application.
Mention the environments where vbscript could be run?
How do you declare a variable in vbscript?
Can any one provide code for Mid(string,start[,length]). I have been asked to write code for Mid(). i.e We need to define our own function say MyMid() which should behave same like built-in Mid function
I have attended Anovatek Software QTP interview. They will give us computer and one web based application with QTP. We have to automate some records (already updated records or new records) using QTP Data driven testing. But we should use for loop? Can any one know how to do data driven testing using For loop?
how to comvert 120 into one hunderd twenty rupees only and vice varsa
What are the properties of regexp object?
In what way program "hello world" you can write in vbscript?
i need to sort the data using qtp script for this how i need to write a qtp script
What are the environments supported by vbscript language?
What are the differences between sub procedures and function procedures?
How to open a file. What is the perpose of true and false mode there?
what is event handling?