Forum Moderators: open
Place this script within the header tag. This javascript will make the window the "active" window and reposition it on the screen. It will pop-up in the upper right for a fraction of a second (depending on speed of computer) and relocate to the coordinates you provide.
<!--
self.focus()
self.moveTo(250,375)
//-->
<!--
function parent(url) {
opener.location = url;
}
//-->
Another source that may help:
[webmasterworld.com ]
... messages 4,5, and 6.
BTW I got this by doing a site search with the phrase "javascript new window location". The site search facility really works well - access it from the top of the page.