Web Hosting Talk







View Full Version : Iframe Question


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?

The-Pixel
10-24-2009, 03:04 PM
I'm not sure if these websites will be helpful or not http://www.daniweb.com/forums/thread197221.html# and http://www.dynamicdrive.com/forums/showthread.php?t=48645 Best of luck!