What is the difference between Javascript & Vbscript?
Answers were Sorted based on User's Feedback
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 |
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 |
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
Explain the filter expression?
Am working with web application. i faced one senario. i.e, webpage having webtable having two coloumns, in that first coloumn is for serial no and second coloumn is for mac address link, now i want to get first row second coloumn value, that having macaddress as link. Please help me how to get that link?
write a vb script to generate fibonnaci numbers
filter the array values without using filter function?
What are class events?
Plzzzzzzz can any one tell me which is the best institute in hyderabad for learing VBScript. plz do answer guys its urgent plzzzzzzz. thanks in advance.
What purpose does ‘on error resume next’ serves?
How do you declare a variable in vbscript?
How to Import data from a file (file is on the desktop) to the data table
How to Convert Hex color code to color name in VB Script?
How to insert snapshot during manual scripting in QTP?