Cereal
Joined: 17 Mar 2007 Posts: 45 Location: San Antonio, TX
|
Posted: Fri Apr 10, 2009 2:35 am Post subject: Find information on a webpage |
|
|
okay, well im using the COM library to login to a website, then there are surveys that i want to fill out, there are 3 servey questions per page,
each servy has a different number so to use the COM library to navigate to each Dhtml id on the page i need to know the certain info, i can make a simple regex to find the pattern and info i need, but what is the most effient way to do this?
| Code: |
<img class="radio" src="/images/e.gif"/>
<input id="11006" class="r" type="radio" title="11006" value="11006" name="survey[1190][2641]" style="display: none;"/> |
is there a way i can use my COM object that im already using to search through the page? ive searched and have not found anything |
|