Forum Discussion
programdoubts
13 years agoContributor
Hi Javier Coll,
thanks for your reply, even it is JSript also no problem
below is the code which i have written, but im getting error like "Object Required"
pls if the script is wrong, plssssss modify as per required in the language which do you know
what ever the language u know, can u pls send me the example in that language only, for how to get all the links only from specific panel
plsssssssssssss use the id values what ever i have posted in exmple,
thanks in advance
thanks for your reply, even it is JSript also no problem
below is the code which i have written, but im getting error like "Object Required"
Sub Test
Dim url, browser, page, newslinks, i, link
url = "http://sitename.com"
Browsers.Item(btIEExplorer).Run url
Set browser = Sys.Browser("*")
Set page = browser.Page("*")
' Note we use the full function name - jQuery,
'because the short name $ isn't a valid identifier in VBScript code
Set alllinks = page.findAll("idStr","Menutagname1_datatablestree")
msgbox newslinks.length
End Sub
pls if the script is wrong, plssssss modify as per required in the language which do you know
what ever the language u know, can u pls send me the example in that language only, for how to get all the links only from specific panel
plsssssssssssss use the id values what ever i have posted in exmple,
thanks in advance
Related Content
Recent Discussions
- 19 minutes ago
- 15 hours ago
- 7 days ago
- 10 days ago