<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=US-ASCII">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [Javascript] auto resizing a window</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Modify this one a little.</FONT>
</P>

<P><FONT SIZE=2>&lt;SCRIPT language=&quot;JavaScript&quot;&gt;</FONT>
<BR><FONT SIZE=2>&lt;!-- START</FONT>
<BR><FONT SIZE=2>if (top.frames.length!=0)</FONT>
<BR><FONT SIZE=2>top.location=self.document.location;</FONT>
<BR><FONT SIZE=2>self.moveTo(0,0)</FONT>
<BR><FONT SIZE=2>self.resizeTo(screen.availWidth,screen.availHeight)</FONT>
<BR><FONT SIZE=2>// END --&gt;</FONT>
<BR><FONT SIZE=2>&lt;/script&gt;</FONT>
</P>

<P><FONT SIZE=2>Plip.</FONT>
<BR><FONT SIZE=2>_____________________________</FONT>
<BR><FONT SIZE=2>Company Idiot</FONT>
<BR><FONT SIZE=2>Creations Group Limited</FONT>
<BR><FONT SIZE=2>_____________________________</FONT>
<BR><FONT SIZE=2>&nbsp;</FONT>
</P>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Kelly, Kyle [<A HREF="mailto:Kyle@admin.usf.edu">mailto:Kyle@admin.usf.edu</A>] </FONT>
<BR><FONT SIZE=2>Sent: 05 November 2001 22:17</FONT>
<BR><FONT SIZE=2>To: 'javascript@LaTech.edu'</FONT>
<BR><FONT SIZE=2>Subject: [Javascript] auto resizing a window</FONT>
</P>
<BR>

<P><FONT SIZE=2>Greetings,</FONT>
</P>

<P><FONT SIZE=2>Is there a way to automatically resize a window to certain parameters, say 675x600? In other words, when a user hits my page, I want the page to automatically resize itself to 675x600. What I'm doing now is to have the user click on an &lt;ENTER&gt; link that opens another page that is 675x600. This however is a pain in the behind. </FONT></P>

<P><FONT SIZE=2>Can this be done with out having the user hit the &lt;ENTER&gt; link, and opening another window? I'd like only one window to open, as constant additional windows annoy me, and undoubtedly others as well. </FONT></P>

<P><FONT SIZE=2>Thanks in advance for any suggestions. </FONT>
</P>

<P><FONT SIZE=2>Thank You,</FONT>
</P>

<P><FONT SIZE=2>Kyle</FONT>
<BR><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>Javascript mailing list</FONT>
<BR><FONT SIZE=2>Javascript@LaTech.edu <A HREF="http://www.LaTech.edu/mailman/listinfo/javascript" TARGET="_blank">http://www.LaTech.edu/mailman/listinfo/javascript</A></FONT>
</P>

</BODY>
</HTML>