
Texas |
Hey Stevo,
This should do the trick
<form action="page_to_post_to.php" method="post" id="autopostform">
<!-- form content -->
</form>
<script type="text/javascript">
function autopost() {
var morf = document.getElementById("autopostform"); morf.submit();
} window.onload = autopost;
</script>
Tuesday, 25th August 2009
| Votes: |
|
24 |
|
15 |
|