Arber
10-24-2009, 02:52 PM
I want to automate a project so lets say if I have an iframe example:
<iframe src="http://somesite.com/hi.php"></iframe>
and it has a button example:
<form method="post" action="33332232">
<input type="hidden" name="ada" value="32123123"/>
<input type="submit" value="Confirm" name="submit"/>
</form>
and I want it to automatically click the submit button, how would I do that?
<iframe src="http://somesite.com/hi.php"></iframe>
and it has a button example:
<form method="post" action="33332232">
<input type="hidden" name="ada" value="32123123"/>
<input type="submit" value="Confirm" name="submit"/>
</form>
and I want it to automatically click the submit button, how would I do that?
