Liam Delahunty: Home Tips Web Contact
Recommended laptop
under £500
.

Think I deserve a present? See my Amazon Wish List

JavaScript Move Window Routine

This little form will move the window to the x, y location Put the javascript in the head of the new document.

<script language="JavaScript">
<!-- //
function mt(x, y) {
moveTo(x, y);
}
// -->
</script>

 
x (left from top left of screen)
y (down from top left top of screen)
 

Share this!