Lines Matching refs:press
211 the user to enter data in, and then press some kind of 'OK' or 'Submit'
228 <input type=submit name=press value="OK">
233 and a press-button labeled "OK". If you fill in '1905' and press the OK
235 get `junk.cgi?birthyear=1905&press=OK` appended to the path part of the
240 `www.example.com/when/junk.cgi?birthyear=1905&press=OK`.
247 curl "http://www.example.com/when/junk.cgi?birthyear=1905&press=OK"
266 <input type=submit name=press value=" OK ">
273 curl --data "birthyear=1905&press=%20OK%20" http://www.example.com/when.cgi
303 <input type=submit name=press value="OK">
312 curl --form upload=@localfilename --form press=OK [URL]
328 <input type=submit name="press" value="OK">
335 curl --data "birthyear=1905&press=OK&person=daniel" [URL]
344 your local disk, modify the 'method' to a GET, and press the submit button