Hi all,
I am trying to use vba to login to a webpage and then select a link.
I can get logged in and redirected to the correct part of the site I require, using VBA, however the final link I am trying to select is written on the page via ajax-container (Java I think ).
Is there anyway to loop through the ajax container obtaining the text values?
The page is setup in a table layout and each box contains a document name and date. Under this is the link "Open Document".
i.e.
Sports Document
Feb 2011
Open Document
Events Document
March 2011
Open Document
I hope this makes sense...
Thanks in advance!
Bookmarks