CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 10 of 10

Threaded View

  1. #1
    Join Date
    Feb 2008
    Posts
    13

    parent.location.reload() not working in FireFox

    Help me please....

    myFile.js
    Code:
    window.onbeforeunload=init;
    function init()
    { parent.location.reload(); }
    Above code is working fine on F5 in IE to refresh the IFrame with it's Container Page but failed for FireFox
    Last edited by PeejAvery; February 21st, 2008 at 09:23 AM. Reason: Added code tags.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured