2011/11/07

Refresh the Back page while opening the JavaScript window.open() Pop Up


<script type="text/javascript" language="javascript">
        function closePopup() {
            window.opener.location.href = window.opener.location.href;
            if (window.opener.progressWindow) {
                window.opener.progressWindow.close()
            }
            window.close();
        }
    </script>

No comments:

Post a Comment

 What is AI? Artificial Intelligence (AI) is the ability of machines or computer systems to perform tasks that normally require human intell...