How can I make a function happen when the page loads? For example I have this button on my page:
How can I make it click or submit automatically when the page is opened? I know its possible, I've done it before, I just forgot how.
Thanks.
Code:
<INPUT TYPE="Submit" NAME="SUBMIT" ID="Submit" VALUE="click" class="button">
Thanks.
Comment