<html>

<head><script LANGUAGE="JavaScript">

<!-- This script and many more are available online from -->
<!-- The JavaScript Source!! http://javascriptsource.com -->

<!-- Begin
function win() {
msg=window.open("","msg","height=200,width=200,left=80,top=80");
msg.document.write("<html><title>Windows!</title>");
msg.document.write("<body bgcolor='white' onblur=window.close()>");
msg.document.write("<center>page content here</center>");
msg.document.write("</body></html><p>");

// If you just want to open an existing HTML page in the 
// new window, you can replace win()'s coding above with:
// window.open("page.html","","height=200,width=200,left=80,top=80");

}
// End -->
</script>

<title>JavaFILE</title>
<base target="leftframe">
</head>

<body BGCOLOR="#ffffff" link="#CC0033" vlink="#333399" alink="#FF0000" <!--content start-->

<p align="center"><img src="http://www.javafile.com/images/banner.GIF"
alt="banner.GIF (2826 bytes)"></p>

<table WIDTH="96%" BORDER="0" CELLSPACING="5" CELLPADDING="5">
  <tr>
    <td WIDTH="100%">Window Sizer: Set the location &quot;and&quot; size of any new window you
    want to open!<font FACE="ARIEL,HELVETICA" SIZE="-1"><p align="center"></font>Author: <a
    href="http://www.javascriptsource.com/">The JavaScriptSource</a>&nbsp;&nbsp;&nbsp;&nbsp; <a
    href="http://www.javafile.com/javascripts/webdesign/pickwinsize.zip">Download the Script</a><font
    FACE="ARIEL,HELVETICA" SIZE="-1"></p>
    <form>
      <div align="center"><center><p><input type="button"
      value="Open Window: 80 pixels from top and left" onclick="win()"> </p>
      </center></div>
    </form>
    <p align="center">You can set your windows to open at any location using an &quot;<font
    COLOR="#003399">left=</font>&quot; and &quot;<font COLOR="#003399">top=</font>&quot;
    attributes within your window.open statement. (See code for syntax.) </font></td>
  </tr>
</table>
<!--content stop-->
</body>
</html>
