lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Re: How to input data to Lynx via a Flatfile /STDIN


From: Webmaster Jim
Subject: lynx-dev Re: How to input data to Lynx via a Flatfile /STDIN
Date: Thu, 21 Oct 1999 17:30:11 -0400

On Thu, Oct 21, 1999 at 10:57:14AM -0700, address@hidden wrote:
> I trying to provide Lynx stdin from flat flat in Windows NT.   For Examples:
> Type input filed [sic] in the HTML
> ID:___________________________
> >From the Command Line:
> c:\lynx\>lynx -post_data error_file=c:\temp\err.dat -trace -pauth=ali:pas
> www.test.com < lynx.dat
> Lynx.dat Content:
> /
> ID ^M
> FYI!: ^M = CR or \n
> The above expamle does not work. The error file shows:     
> ID_____1234^MAli^M135
>  S. State Collage^M0987655^M
> Also, I see Filed Tags.
> Would you please let me know as to how can I use a flat file to input
> infomration into a HTML INPUT TEXT And Select list.

You need to give the field names and values to pass to the form
(assuming there is a typical form to submit values to).  There are
recent discussions on how to do this in the list archives.  One
example:

echo 'number=6552' | lynx -post_data ...
Ref: http://www.flora.org/lynx-dev/html/month1099/msg00417.html

Multiple fields would be separated with the "&" character, and
spaces translated to "%20" strings.

------
<http://www.cs.indiana.edu/picons/db/users/us/md/lib/bcpl/jspath/face.xbm>
<http://www.altavista.com/cgi-bin/query?q=%22web+home+for+jim+spath%22>
Marvin the Paranoid Android says:
Just that?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]