On Sun, 26 Mar 2000, Bob Izenberg wrote:

> Hi,
> 
> I would like to automate the web navigation
> using lynx, navigator, or exploration.
> 
> I would like to login to a web page, fill out
> a form, submit, fill out another form, submit,
> save result page, wait for a while, do the 
> same thing automatically until I kill script.

  One way is touse -get_data or -post_Data command line options depending
witch method form uses.  If method is 'get' you can simply add field
values into url itself. Example:

lynx -dump
http://www.mol.fi/cgi-bin/search?DB=TMP\&TEKSTI=\&UUDET=2\&KUNTA=\&PROVINSSI=Keski-Suomi\&AMMATTIALA=
 | mail -s Tyopaikat armoi

  ...all in one line. This command will fetch all free job opportunities
and email them to my account.

 
> Any help or pointer will be greatly appreciated,
> -- 
> Sang Kim
> [EMAIL PROTECTED]
> (408)490-5989
> 
> (message from unsubscribed address posted by Lynx-Dev moderator)
> 
> 

-- 
Mr. Ari Moisio, Niittykatu 7, 41160 Tikkakoski, +358-40-5055239
[EMAIL PROTECTED] http://www.iki.fi/arimo PGP-keyID: 0x3FAF0F05

Reply via email to