Possible Duplicate:
Javascript that executes after page load
script type="text/javascript">
function ip(ban, win) {
var width = 15;
var height = 10;
if (newwin) {
}
</script>
</head>
<b><input type="button" value="Check" onclick="banow();"/></center></b>
Does anyone know if it is possible and how to make this function start on page load, preferably with a interval? I am new to all this, extra help would be appreciated!