I have try to automatically submit login/password variables to a website form by using cURL, but the submit button of the website does not have a 'name' field :
<input tabindex="4" type="submit" value="OK">
How can I parse the submit value ? by using submit=OK ?
Thanks for your help.