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 are values assigned to string type and numeric type variables?
How many types of procedures are available in the vbscript language?
How to get the length of the string by making use of the string function?
can anyone tell me the procedure of interview held in applabs
What are class events?
What are the rules to name variable in vbscript?
What are the advantages of vbscript?
What are string functions in vbscript?
Explain about .wsf files?
when we use filter funtiom invb script(QTP)
Explain the arrays in vb script?
How strcomp function works?
hi i am trying for testing job for 3+ experience(fake) can u suggest me what type of projects i can keep in my resume and how much of knoeledge i should have abt that project.thnks in advance.urgt plz
How can constants be declared in the vbscript language?
What are the different types of loops available in the vbscript language?