Alex: open.window+settimeout

Beitrag lesen

<script type="text/javascript">
<!--
window.setTimeout("open.window("main.htm","_home","width=screen.width, height=screen.height, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0"), 5000);
//-->
</script>

nach einiger zeit soll sich automatisch ein fentser mit obigen paramtern öffnen. wie kriege ich das zum laufen?