i have a popup window like below :
<script type="text/javascript">
window.open('http://www.MyPoPUp.com', '_blank', 'location=no,menubar=no,scrollbars=yes,resizable=no,toolbar=no');
</script>
how can i implement reverse timer in Parent Window Related To That PoPUp Window?
(i want to lock parent with a reverse timer inside for showing a popup window to my users!
and after ending of that timer unlock parent.if user close the PoPUp Window during timer,
show a message in parent window to that user)
thanks for attention and help
This might help you.
or this one