Is there any way to "submit" a form automaticly when a page loads?
This is my form:
CODE
<form class="template_selector" id="template_select" action="" method="post">
<input type="hidden" name="select_users_template" value="Swedish" />
<input type="image" src="images/SE.gif" />
</form>
How can I make this form "submit" without having the user click on a button (the "SE.gif")
Thanks
Kalle
