View Single Post
  #3 (permalink)  
Old 06-02-2008, 11:01 PM
philkryder philkryder is offline
Member
 
Join Date: Sep 2007
Posts: 79
Default

Quote:
Originally Posted by timz View Post
I am scraping a web page which allows a search on one of three possible criteria. The page has a radio group to indicate which criteria is being used for the search and then a text field to enter the search string. AA records the selection from the radio group and the pressing of the submit button, but not the search criteria itself.

The page uses javascript to submit the request, but I am unable to see how to indicate the search criteria for automating the task.

Thanks.
so, am I correct that you have 3 radio buttons that allow you to set the search criteria such as:

O - Alpha
O - Beta
O - Gamma

And you want to be able to determine which of the 3 is "clicked"....

this might be ugly....

Can you read the URL into the clipboard?
It may be that the search criteria is in the URL and is parseable....

Report back whatever you learn.

This is a good trick to know...

Phil
Reply With Quote