Hi,
My first post so apologies in advance for being a noob!
I want to write a script which will click a button on an external website (one which belongs to someone else). The button is defined as follows:
<input class="btnAdd" type="image" src="/superstore/i/b/btnAdd.gif"
id="i61109534-a" onclick="return a(61109534);">
Basically I want to have a button on my website that when pressed, redirects the user to the external website and automatically triggers the above onclick event. I have been using php so far but don't mind if the solution is using javascript or anything else for that matter!
Thanks in advance