I have a pop up window and would like to put a delay on it so the pop up window doesn't load until the index page does.
here is my code so far
<script language="javascript">
<!--
window.open('URL,'Shortcut','alwaysRaised=yes,resizable=no,scrollbars=no,width=330,height=210,left=230,top=200,screenX= 100,screenY=100')
// -->
</script>
thanx
here is my code so far
<script language="javascript">
<!--
window.open('URL,'Shortcut','alwaysRaised=yes,resizable=no,scrollbars=no,width=330,height=210,left=230,top=200,screenX= 100,screenY=100')
// -->
</script>
thanx