this doesn’t work for me… and i feel like i’ve tried everything (obviously not)
<script language="javascript">
<!--
function sendthebastard(){
document.forms[0].bastard.submit();
}
//-->
</script>
<body onload="sendthebastard()">
<form name="bastard" method="post">
<input type="hidden" value="send me" />
</form>
if you didn’t already guess, i’m trying to send the form once the page loads.