I have opened a popup using the following code.
Now once they have enter there pin and its correct it closes but before it closes i want the main page what include the code above (What opens the popup) to be refreshed.
Please can some one tell me how to do this.
Thanks,
Daniel
| Code: |
| <script type="text/javascript">
function poppin() { window.open('staffpin.php','StaffPin','height=150,width=140,left=100,top=100,resizable=no,scrollbars=no,toolbar=no,status=no'); } poppin(); </script> |
Now once they have enter there pin and its correct it closes but before it closes i want the main page what include the code above (What opens the popup) to be refreshed.
Please can some one tell me how to do this.
Thanks,
Daniel
