Re: How to follow a Java script link

2005-05-06 Thread perlocean
- Original Message - From: "Peter Rabbitson" <[EMAIL PROTECTED]> To: Sent: Thursday, May 05, 2005 6:40 PM Subject: Re: How to follow a Java script link On Thu, May 05, 2005 at 11:40:52AM -0500, Sergio Ulises Sanchez Buelna wrote: Hello all I am trying to harvest a se

Re: How to follow a Java script link

2005-05-05 Thread Peter Rabbitson
On Thu, May 05, 2005 at 11:40:52AM -0500, Sergio Ulises Sanchez Buelna wrote: > Hello all > > I am trying to harvest a set of information from a search service that gives > the results of the search by pages. > I am interested in ALL of the results. > I can activate the search and obtain the fir

Re: How to follow a Java script link

2005-05-05 Thread perlocean
- Original Message - From: "Ing. Branislav Gerzo" <[EMAIL PROTECTED]> To: Sent: Thursday, May 05, 2005 12:23 PM Subject: Re: How to follow a Java script link Sergio Ulises Sanchez Buelna [SUS], on Thursday, May 5, 2005 at 11:40 (-0500 (CDT)) wrote the following: SUS>

Re: How to follow a Java script link

2005-05-05 Thread Ing. Branislav Gerzo
Sergio Ulises Sanchez Buelna [SUS], on Thursday, May 5, 2005 at 11:40 (-0500 (CDT)) wrote the following: SUS> follow_link (this one does not work for the same reason presented before) and SUS> "javascript:mySubmit( 2, 're_search', 25) " SUS> on this reference SUS> previous you have to know, how

How to follow a Java script link

2005-05-05 Thread Sergio Ulises Sanchez Buelna
Hello all I am trying to harvest a set of information from a search service that gives the results of the search by pages. I am interested in ALL of the results. I can activate the search and obtain the first page with results. but when I try to follow the link for the next page I cant do it si