Aug 16, 2004 #1 DougP MIS Dec 13, 1999 5,985 US I have this for positioning the window to the right <script type="text/javascript" language="javascript"> window.moveTo(screen.width - 300, 0); </script> how can I make the window only say "500" tall? DougP, MCP, A+
I have this for positioning the window to the right <script type="text/javascript" language="javascript"> window.moveTo(screen.width - 300, 0); </script> how can I make the window only say "500" tall? DougP, MCP, A+
Aug 16, 2004 1 #2 vbkris Programmer Jan 20, 2003 5,994 IN window.resizeTo(Width,Height); Known is handfull, Unknown is worldfull Upvote 0 Downvote