|
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>
|