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 ??? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.