lynx-dev
[Top][All Lists]
Advanced

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

lynx-dev -post_data


From: Matt Staley
Subject: lynx-dev -post_data
Date: Mon, 18 Oct 1999 23:25:03 -0400 (EDT)

How the heck do I use -post_data?   if the web site has like this,
<FORM NAME="lookup_form" METHOD="POST" ACTION="/cgi-bin/zip_agent" 
  onSubmit="return ValidateLookupForm()">
...blah blah
<input type=text name="city" size=24>
...blah blah
<input type=text name="state" size=2>
...blah blah
<input type=text name="zip" size=2>
...blah blah
</form>

If i just want to type one command to pass a value like 21777 to zip and
ignore the rest...how do i do it?

i tried like:
lynx -auth=joe:somepwd -post_data http://www.somewebsite.com/lookup.html <
test


and test file content is:
zip=21777
----

What am i doing wrong?

Matt



reply via email to

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