Back

Pop-Up Window 006

 

 

This script does the same as the other Pop-Up Window 005 except the the window opens when the page opens.  You have to be careful with this script and not over use it.  It's best to add a close window button.

 

Script instructions for <HEAD></HEAD> tags

<script>

function openpopup(){
var popurl="weekly news letter.htm"
winpops=window.open(popurl,"","width=200,height=200,")
}

</script>
 

Script for the <BODY>  tag of the HTML Document

onLoad="openpopup()"

Paste script between the <HEAD></HEAD> tags.

Script to be placed in the <BODY> tag.


© Copyright 2009 Ashesh