Hi, Can someone please help me with a problem.
I need a filter that adds code to a page to automatically push a button if it exists.
This is the code for the button :
------
<input type="submit" value="Play Again" name="submit">
------
as you see, it's part of a form.
Is it hard to add code, that say, waits 3 seconds, and then automatically "pushes" the "Play Again" button ?
Please someone can give a helping hand ?