Se me ocurre...
Código PHP:
<html>
<head>
<meta http-equiv="Content-Language" content="es">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
function enviar(){
document.-nombredelform-.submit();
}
</script>
</head>
<body onload="enviar()">
Resto de la página
</body>
</html>
Espero que te sirva... A mi me lo enseñaron aquí... (en los foros)