1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

transfer code

Discussion in 'JavaScript' started by payam, Feb 28, 2013.

  1. #1
    hi , i want one code for one of my pages , i want when someone came to my page after 2 sec it'll transfer to another page and after 7 sec came back to the first page and stop ! i mean only one time work each day for one user !
     
    payam, Feb 28, 2013 IP
  2. ugur_ben

    ugur_ben Member

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #2
    --Site1---
    <script>
    (checkCookie for this is the fist time for this visitor)
    if (document.referrer!='http://site2.com'){setTimeOut(top.location='http://site2.com',2000);}
    (createCookie)
    </script>
    Code (markup):
    --Site2---

    <script>
    setTimeOut(top.location='http://site2.com',7000);
    </script>
    Code (markup):
     
    ugur_ben, Mar 3, 2013 IP