Forum Moderators: open
<body onUnload="window.open('http://site.com', 'MySite', 'toolbar=0, location=0, directories=0, menuBar=0, scrollbars=1, resizable=1, width=1000, height=1000, left=50, top=50');">
but this opens the popup window whenever a user leaves this page. I do not want this. I only want to open the popup window when a user uses the browsers back button from this page. Thanks.