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 |
what types of bugs will we find out in banking projects for automation testing?
0 Answers Napier Healthcare, TCS,
What are lbound and ubound in the vbscript language?
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)
Which date function is used in the vbscript language to find the difference between the 2 dates?
Mention what is vbscript?
write a vb script to display apple that is 1st a should be displayed then ap then app then appl then apple
Explain the extension .hta?
I'm new to QTP, i facing a a problem in the script says"Object not found", "Browser("").page("").frame(Name:=fminfo).webtable(). the issue is, QTp is not able to identify the web table in run time.becuase in that fram"fminfo" there are "n"table and the table do not have the names,Html id. 1) i need to count the number webtables available on that page. 2)need to identify the webtable cell values. 3)How Loop the once i get the count and retrive the cell data of each webtable? Can anyone help on this, plz.. Thanks, Suresh
How to get 120 using 5 zeroes, you can use any operator(+, *, /...) in qtp.
am giving to one number u can set into that in date format.u can use any methods
Which function is used to perform string comparison?
How will you convert a given number to long in vbscript?