Aug 16, 2004 #1 DougP MIS Joined Dec 13, 1999 Messages 5,985 Location 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 Joined Jan 20, 2003 Messages 5,994 Location IN window.resizeTo(Width,Height); Known is handfull, Unknown is worldfull Upvote 0 Downvote