Buongiorno a tutti,
ho creato questa pagina:

codice:
<html>
<head>
<title>Add a +1</title>
</head>
<body onload="Function">

<form action="http://djdukio.forumfree.it/" method="post" name="Function"> 
<input name="st" value="0" type="hidden"> 
<input name="act" value="Post" type="hidden"> 

<input name="f" value="7652492" type="hidden"> 
<input name="CODE" value="03" type="hidden"> 

<input name="t" value="48019743" type="hidden"> 
<input name="Post" value="+1" type="hidden"> 
<input name="submit" value="Cliccami per aggiungere un +1!" class="forminput" type="submit"> 
</form>

</body>
</html>
Come potete vedere è piuttosto semplice...

Il mio problema è che vorrei che al caricamento della pagina (onload) venisse fatto partire in automantico il form. Come posso fare?

Grazie 1000

(come è inmpostato adesso non funziona)