Hi! Lynx:
Can you tell me how to use "lynx -post_data http://a.to/test.html" ?
The version of lynx is 2.8.3, I run it on the Linux mandrake 6.1, and
the test.html contains the following:
<form method=POST action="post.cgi">
...
<input type=text name=name size=20 >
...
<textarea name=comments COLS=<input type=submit value="DO IT"> <input type=reset
value=CLEAR>
...
I try to do so:
-------------------------------------
lynx -post_data http://a.to/test.html
Steven
Test it!
---
-------------------------------------
but it always tell me:
Method Not Allowed
The requested method POST is not allowed for the URL. 50 ROWS=4></textarea><p>
...
Can you tell me how to "post" them using lynx in the command line?
Thank you very much!!!