Open a pop-up

Put this script before all the tags:

<script language="JavaScript">
<!--
window.open("yourpage.htm","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=520,height=460,left=0,top=0");

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>

You can change the size and the location of the pop-up, if you modify the numbers in this line:
"toolbar=0,location=0,directories=0,menuBar=0,scrollbars=0,resizable=0,width=520,height=460,left=0,top=0"

<< Back