I have an HTML page with some button in it, i want my Objective C code to programmatically trigger that button so that i can get next response (NEXT HTML page)..
i am trying get and post method but i don't know where to change the html content and post it back..
HTML part of button is:
<input name="xyz" type="button" value="abc" onclick="validate(this.name)" >
is there any way to find where to change the html page post it back..?
and how this link help me..
How to Click A Button Programmatically - Button in WebBrowser ( IE )
NOTE : HTML page is some URL content in INTERNET, i want the next response, ie html page after clicking some button.