Looking for a popunder code

Discussion in 'HTML & Website Design' started by anonymous01, Oct 17, 2013.

  1. #1
    I am looking for a simple popunder html code that opens a new window in the background without disturbing the visitor while on my site.
     
    Solved! View solution.
    anonymous01, Oct 17, 2013 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    So you want to piss off people visiting your site WHY exactly?!? Much less any GOOD browser (FF, Opera prior to the steaming pile of **** known as 15) blocks that garbage?
     
    deathshadow, Oct 17, 2013 IP
  3. anonymous01

    anonymous01 Greenhorn

    Messages:
    120
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    13
    #3
    Just because you hate popunders does not mean I cannot do them.
    I am still looking for the code.
     
    anonymous01, Oct 24, 2013 IP
  4. Ashish Paul

    Ashish Paul Member

    Messages:
    107
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    43
    #4
    i hav javascript, do you need?
     
    Ashish Paul, Oct 24, 2013 IP
  5. #5
    <script language="javascript">open('http://example.com')</script>
     
    Ashish Paul, Oct 24, 2013 IP
    anonymous01 likes this.
  6. shiv saroya

    shiv saroya Active Member

    Messages:
    71
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    63
    #6
    <script language="javascript">
    <!--
    tpop = 1;
    function pop() {
    if (tpop == 1) {
    twin =
    window.open("pop.htm" width=800,height=600,toolbar=1,scrollbars=1,status=1,resizable=1");
    twin.blur(); }
    }
    // -->
    </script>
     
    shiv saroya, Oct 25, 2013 IP
  7. vipanil7

    vipanil7 Greenhorn

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #7
    i try your above script .But did Not work for me ...can u give me Live URl ( working page ) it can be help Full for me ..
     
    vipanil7, Nov 17, 2013 IP