What is the difference between Javascript & Vbscript?
Answer Posted / 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 |
Post New Answer View All Answers
Explain vbscript in detail?
Why to use option explicit in vb script?
In the Web page we have a table link, if we click on that link all the contents under that link will be sorted (asscending/Descending). Now i want to check in which order the list is ? for that i need to get the data in to some var How can i get that cells data?
How to Import data from a file (file is on the desktop) to the data table
Mention what is select case statement?
In html file what is an ideal position to include vbscript?
What is the use of the formatdatetime function in the vbscript language?
What are the rules to name variable in vbscript?
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
What is the use of option explicit statement?
please can you help me to get a code of flames using a visual basic 6
Explain about operator precedence in vb script?
Out of the different type of operators, which are evaluated first and last in the vbscript language?
what is resorceallocation
Explain different types of segment?