Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hrothenb

    Refresh a parent page in IE

    Try: <script language=&quot;JavaScript&quot;> <!-- function refreshParent() { window.opener.location.href = window.opener.location.href; window.close(); } //--> </script>
  2. hrothenb

    refresh one page while I'm on another ?

    If you want to refresh the window that opened the current window and close the current window, you can use: <script language=&quot;JavaScript&quot;> <!-- function refreshParent() { window.opener.location.href = window.opener.location.href; window.close(); } //--> </script>

Part and Inventory Search

Back
Top