This is a popup windowDon't forget that some people have popups blocked. You should include a separate link and an explanation like this: If you have popups blocked, please click HERE If this is a popup indow, close it by clicking the X in the top right corner. If you got here from the link, just hit your BACK button If you scroll down you will find the code for this popup page. Just copy it if you wish, or make up your own. |
<HTML> <HEAD> <TITLE>Popup Example 1</TITLE> <SCRIPT TYPE="text/javascript"> <!-- window.focus(); //--> </SCRIPT> </HEAD> <BODY> <TABLE BORDER=0> <TR><TD> <BR> <CENTER><H3>This is a popup window</H3> <BR> Don't forget that some people have popups blocked. You should include a separate link and an explanation like this: <BR> <BR> If you have popups blocked, please click <U>HERE</U> <BR> <BR> <BR> Close this window by clicking the <B>X</B> in the top right corner <BR> </TD></TR> </TABLE> </BODY> </HTML> |