View Single Post
Old 06-19-2002, 01:38 AM   PM User | #3
JohnKrutsch
Regular Coder

 
Join Date: Jun 2002
Location: The Planet Earth Code Poet: True
Posts: 282
Thanks: 0
Thanked 1 Time in 1 Post
JohnKrutsch is an unknown quantity at this point
You can specify the size and the position of the primary window:

<script type="text/javascript">

window.resizeTo(x,y) //where x=width in pixels and y=height in pixels
window.moveTo(l,t) //where l=left position in pixels and t=top position in pixels

</script>
JohnKrutsch is offline   Reply With Quote