ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2297)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
1 5849
What is the difference between activatedroute and activatedroutesnapshot?
What is injectors?
What is loose binding? Why is it not a good practice to use it?
What is directives in angular 2?
What are the standard actions available in jsp?
Explain why "self" is needed instead of "this".
What are the various changes between the rails version 2 and 3?
What is the architecture of Model views and controllers
Which version you are using js?
What is asp.net 2.0 ajax?
Is jsp used?
What is the syntax of ‘self invoking function’? Give an example?
Define common type system (cts)?
How to use async await with promises in node js?
What are the approaches of extracting a query string with regular expressions?