Forum Moderators: phranque
<script language="JavaScript">
// Set height and width
var NewWinHeight=200;
var NewWinWidth=200;
var NewWinPutX=10;
var NewWinPutY=10;
TheNewWin =window.open("dashboard_popup.htm",'TheNewpop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no');
TheNewWin.resizeTo(270,768);
TheNewWin.moveTo(10,10);
</script>
They should only open in your window if a window with the same target name is opened as your window was opened with.
Not sure if this is a general problem, but if I'm looking at something in Opera, stop to follow a link that I received in my email (using Eudora), then the linked page opens in the Opera window that I was looking at. I have to remember to open a new window in Opera if I'm going to do that. Mostly I don't (partly because I do this so rarely), so I have to then use the back button, open a new page and reload the link.
I think this may be what rhamlin is trying to find a way around.