Activity Stream
48,167 MEMBERS
6744 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 3 of 3
  1.     
    #1
    Respected Developer
    Website's:
    X4B.org

    Default [Javascript] Cross-Browser page close prompt

    Code: 
    <script language="JavaScript">
      window.onbeforeunload = function (e) {
      var e = e || window.event;
    
      if (e) {
        e.returnValue = 'You'll be redirected to an external site. Do you wish to continue?';
      }
      return 'You'll be redirected to an external site. Do you wish to continue?';
    };
    </script>
    Wrote this for a client, then they asked me to do something impossible so making something out of nothing here it is a gift to KWWHunction. Pretty basic stuff but might help someone.

    *PLEASE* do not put this on pages without a reason, it would be very anoying!
    SplitIce Reviewed by SplitIce on . [Javascript] Cross-Browser page close prompt <script language="JavaScript"> window.onbeforeunload = function (e) { var e = e || window.event; if (e) { e.returnValue = 'You'll be redirected to an external site. Do you wish to continue?'; } return 'You'll be redirected to an external site. Do you wish to continue?'; }; </script> Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Just Another Coder
    ahan this is a nice share iCE!!

  4.     
    #3
    Member
    hehe...nice share man

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Cross Linking
    By GBot in forum Whitehat SEO
    Replies: 0
    Last Post: 17th Dec 2013, 10:10 PM
  2. How to close comment on wordpress page?
    By MediaStar in forum Webmaster Discussion
    Replies: 9
    Last Post: 29th Jul 2011, 08:19 PM
  3. Cross Browser Compatibility Issue
    By KonnectPlus in forum Technical Help Desk Support
    Replies: 1
    Last Post: 12th May 2011, 05:36 PM
  4. WX Web Browser (lulz start from page 4)
    By pillhead2007 in forum Webmaster Resources
    Replies: 69
    Last Post: 7th Oct 2009, 08:36 AM

Tags for this Thread

BE SOCIAL