i created a popup with an iframe which call pop.html in the pop.html, i have two button, enter and exit when a user click the button exit , i want to unload the popup and when the user click enter, it will exit the popup and go to the anchor link. the problem is the window.unload is not working, any idea? thanks
<a onclick="window.onbeforeunload = null;" href="contest" >Enter</a>
<a onclick="window.onbeforeunload = null;" >Close Popup</a>
Note: the button is located inside the 'popup iframe' my main site is index.html and the button is located in.pop.html which is the popup iframe content