Welcome to the IMTalk - Internet Marketing & SEO Forum.
  • Login:
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    seobunny Guest

    A nice working PopUnder Code for you!

    I was looking long time for a nice PopUnder Code, to Advertise my other Affiliate Website. When People Visit my Site a PopUnder Window will open and Show my Affiliate Site.

    This Code is awesome cause when people visit they will see the affiliate site first... you gonna test this.
    Its a PopUnder but It show it like a Pop Up Tap... dont know if you understand me

    Better try this... very Useful! For advertising your other Website...


    Code:
    <script language="JavaScript" type="text/javascript">
    // == This Script Has Been Found In The http://www.DesignerWiz.com Javascript Public Archive Library == // 
    // == NOTICE: Though This Material May Have Been In A Public Depository, Certain Author Copyright Restrictions May Apply == //
    //Pop-under window- By Website Abstraction
    //Credit notice must stay intact for use
    //Visit http://wsabstract.com for this script
    //specify page to pop-under
    var popunder="http://www.your-Domain.com"
    //Pop-under only once per browser session? (0=no, 1=yes)
    //Specifying 0 will cause popunder to load every time page is loaded
    var once_per_session=1
    //No editing beyond here required/////
    function get_cookie(Name) {
    var search = Name + "="
    var returnvalue = "";
    if (document.cookie.length > 0) {
    offset = document.cookie.indexOf(search)
    if (offset != -1) { // if cookie exists
    offset += search.length
    // set index of beginning of value
    end = document.cookie.indexOf(";", offset);
    // set index of end of cookie value
    if (end == -1)
    end = document.cookie.length;
    returnvalue=unescape(document.cookie.substring(offset, end))
    }
    }
    return returnvalue;
    }
    function loadornot(){
    if (get_cookie('popunder')==''){
    loadpopunder()
    document.cookie="popunder=yes"
    }
    }
    function loadpopunder(){
    win2=window.open(popunder)
    win2.blur()
    window.focus()
    }
    if (once_per_session==0)
    loadpopunder()
    else
    loadornot()
    </script>

    ADd Your Domain at http:// www. your-Domain .com in the code

  2. #2
    maybe is offline IM & SEO Whisperer maybe is on a distinguished road
    Join Date
    Nov 2010
    Posts
    32
    Thanks Given
    10
    Thanked 4 Times in 3 Posts
    thanks where we can put this code?

  3. #3
    seobunny Guest
    Inside any Template
    on sidebar
    in footer

    its a script...


 

Similar Threads

  1. I need a Pop Up Silder HTML Code
    By seobunny in forum Website Planning, Design & Development
    Replies: 1
    Last Post: 12-15-2010, 02:21 AM
  2. [WTS] Link/Year Nice Gadget and News
    By renogen in forum Links
    Replies: 3
    Last Post: 11-01-2010, 12:06 PM

Posting Permissions

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