We have 1 web page with names column. I am giving the
Service Providers1,2,3.... @ that time dynamically some no
of names are displaying in the webpage and The Pop up
windows are opening(No.of Pop Up windows=No.of Names). The
names may be diffar for each and every Service Provders
(Dynamically) How can we handle the Dynamic values?
Answer / Purushottam Kumar
To handle dynamic values, you can use functions such as length() or count() to determine the number of Service Providers displayed on the page. Then, create a loop that iterates through each Service Provider and opens the corresponding pop-up window. To get the name of each Service Provider, you may need to inspect the HTML structure of the webpage using browser developer tools.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention how to create a cookie using vbscript?
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
sunday is sunday monday tuesday wendesday sunday thursday friday saturday sunday sunday how to count no of sunday in the text file from vb? Answer me asap
How to check the particular window is exist or not with out using check points
what is inner join? what is outer join? what is a constraint? tell me about rdbms? tell me about acid properties?
Write a code to print numbers from 5 to 0?
Is VBscript case-sensitive?
I have string like hp company.print tis like company hp.write a program in vbscripting
What are the uses of vb script?
How to write functional test cases for send button in gmail.
How to declare an array in vbscript?
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario