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

Results 1 to 6 of 6
  1.     
    #1
    Banned

    Default leave this page/stay on page feature

    sometimes we come across certain websites that ask with a popup window

    that you want to stay on the site or leave this page.


    could someone tell how to implement this on a WP bog?
    version: 3.2.1
    champ_007_bond Reviewed by champ_007_bond on . leave this page/stay on page feature sometimes we come across certain websites that ask with a popup window that you want to stay on the site or leave this page. could someone tell how to implement this on a WP bog? version: 3.2.1 Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    wscripts.net damnlolscript.com lulzjet.com
    the popup should open when the user exit the site? or when enter the site?

  4.     
    #3
    Banned
    Quote Originally Posted by t3od0r View Post
    the popup should open when the user exit the site? or when enter the site?
    when tries to exit the site, like closing that particular window/tab of a browser

  5.     
    #4
    Respected Member
    Website's:
    DL4Everything.com Soft2050.in
    Use javascript's window.onbeforeunload event

    Read about it here: https://developer.mozilla.org/en/DOM...onbeforeunload

    Sample code:
    PHP Code: 
    <script type="text/javascript">
        
    window.onbeforeunload iamexiting;
        function 
    iamexiting(e) {
            
    || window.event;
            
    // For IE and Firefox prior to version 4
            
    if (e) {
                
    e.returnValue 'U noez close teh browser or data lost :(';
            }
            return 
    'U noez close teh browser or data lost :(';
        }
    </script> 
    Just add that code in the page

  6.     
    #5
    Member
    Website's:
    wrzc.eu watchfreemoviez.eu
    Thanks was looking for this too.

    Respect: SMLMATS, M-R-T, Elio, exel, SLiM, UltimA, Hx, Rick

    MechoDDL - All Your Needs

  7.     
    #6
    Banned


    i got this from Facebook
    will it be same or something like this ?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Hiring] Sales page/Squeeze page for my script
    By t3od0r in forum Marketplace (Buy, Sell and Trade)
    Replies: 2
    Last Post: 30th Aug 2012, 11:18 PM
  2. [Selling] [Cheap] [HOT] Facebook Fan Page Advertising on page with 280K+ likes Heavy Traffic★
    By nirmalpattara in forum Completed Transactions
    Replies: 9
    Last Post: 3rd Feb 2012, 09:32 AM
  3. Stay on page, but leaving it.
    By r00ts in forum Webmaster Discussion
    Replies: 3
    Last Post: 9th Jan 2012, 10:42 AM

Tags for this Thread

BE SOCIAL