Retourner au contenu associé (journal : Un petit jeu de manchot)
Posté par SamG le 03 mars 2005 à 13:20. En réponse au journal Un petit jeu de manchot. Évalué à 2.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: question...
Posté par SamG . En réponse au journal Un petit jeu de manchot. Évalué à 2.
exemple tiré de http://curl.haxx.se/docs/httpscripting.html(...) :
The form would look very similar to the previous one:
[form method="POST" action="junk.cgi"]
[input type=text name="birthyear"]
[input type=submit name=press value=" OK "]
[/form]
And to use curl to post this form with the same data filled in as before, we
could do it like:
curl -d "birthyear=1905&press=%20OK%20" ww.hotmail.com/when/junk.cgi