taith Posted May 1, 2008 Share Posted May 1, 2008 if i were to... function messagepopup(id){ window.open('messages.html?id='+id, 'messages'+id, 'width=500,height=500,toolbar=0'); } then change pages in the parent window... how can i detect the open windows via 'messages'+id (messages0) to see if its opened, or closed ??? Link to comment https://forums.phpfreaks.com/topic/103729-determining-popup-status/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.