To set the window position is easy! This code is great if you want your window to open on a certain place on the users screen. Set the position in the parentheses. The first number is the x position; the second number is the y position.
Get it now! Simply copy and paste the following html code.
<script>
self.moveTo(100,200);
</script>