Forum Moderators: open
<script type="text/javascript>
callthisfunction();
</script>
Replacing callthisfunction with the function you want to call.
As soon as that loads it will trigger the function,
so make sure that it is after any objects in the page that it references.