The link below creates a new window of a specific size (here 300 pixels wide and 210 pixels high) to hold the target HTML link.
<SCRIPT> <!-- hiding content from old browsers function makeIt() { open('eye.html','eye','toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbar=yes,resizable=no,copyhistory=yes,width=300,height=200'); } document.write("<P><FONT FACE='Espy Sans,Geneva,Arial' SIZE='2'><STRONG><A HREF='javascript: makeIt()'>Better than a poke in the...</A></STRONG></FONT>") // end hiding content--> </SCRIPT>
(Sorry the lines of code here are so long, but if they are broken up in any way they simply don't work. Select the script above and copy it, then paste it to a text document. Change the files it refers to and the various parameters by all means, but don't add spaces or returns or you'll end up with a non-functional result.)