search for: lnkclick

Displaying 2 results from an estimated 2 matches for "lnkclick".

Did you mean: linkclick
2007 Jun 26
1
(no subject)
...on a page that lists 78 items and can only show 25 per page, so there are links for each page of results and a "Next >" link. I''d like to get Mechanize to follow the Next link but the link looks like this: <a class=''searchlinks'' href=''javascript:lnkclick(2);''>Next ></a> If I try to "click" the link, Mechanize raises an "unsupported scheme" exception. At this point I am using all sorts of fun regular expressions to parse the Javascript and send the appropriate values to the page with a WWW::Mechanize.post ca...
2007 Jun 29
0
(no subject)
...on a page that lists 78 items and can only show 25 per page, so there are links for each page of results and a "Next >" link. I''d like to get Mechanize to follow the Next link but the link looks like this: <a class=''searchlinks'' href=''javascript:lnkclick(2);''>Next ></a> If I try to "click" the link, Mechanize raises an "unsupported scheme" exception. At this point I am using all sorts of fun regular expressions to parse the Javascript and send the appropriate values to the page with a WWW::Mechanize.post ca...