Justin B Rye <[email protected]> schrieb am 1. Nov 2014 um 13:48
> >> I'm having trouble finding an example of a page with a POSTable form > > > > accidentally, there is a html-form on my web server: > > > > http://testen.hiereth.de/test-formular.php > > > > Having clicked on "Weiter" the input given in the first two fields, > > recieved by the server with the POST method, is shown on top of the > > page. The name of the two input variables of type text are "text" and > > "zahlen" > > Thankyou! Yes, a file containing "text=foo&zahlen=bar" works as the > post parameter; and it turns out you can also use STDIN: > > w3m -post - http://testen.hiereth.de/test-formular.php <<< > 'text=foo&zahlen=bar' > > ("-" means STDIN, "<<<" is a bash "here-string" construction.) Introduced in section EXAMPLES to be continued -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/20141109193108.GD3724@lune

