Need automatic pup up window for blogger

Discussion in 'HTML & Website Design' started by wydady2008, Jul 9, 2011.

  1. #1
    hello guys

    i want to creat a pup up window that show my other site automaticaly when someone visits my blog which is hosted by blogger

    www.watchingate.com


    and i want it to apear just once not everytime the visitors see it when they go to another page or post.
    i've tried a lots of codes and none of theme worked for me because on blogger i can't upload files it's just html and css codes !!

    so plz i need your help !!!
     
    wydady2008, Jul 9, 2011 IP
  2. xira

    xira Active Member

    Messages:
    315
    Likes Received:
    8
    Best Answers:
    4
    Trophy Points:
    68
    #2
    If you're limited to only HTML and CSS, you're out of luck. Using CSS and HTML you can get an image of your other site (jpg, gif or png) to show up in a pop up... but you can't monitor who clicked on what, without cookies (which require more advance code). I don't even think you can pull in your other site to the pop up without javascript, that's why you'll need to use an image. Which btw, might be not be a bad thing, since you don't want people clicking around in a mini-version of your other site.
     
    xira, Jul 10, 2011 IP
  3. Trix

    Trix Peon

    Messages:
    192
    Likes Received:
    1
    Best Answers:
    1
    Trophy Points:
    0
    #3
    You can use script inside the blog html. Don't link it from some where...

    I will give a hint,

    use cookie to store whether the user has already come to ur site.
    upon page load, check whether that cookie is existing. if it is not, create a cookie and open your other page using window.open of javascript
     
    Trix, Jul 10, 2011 IP
  4. wydady2008

    wydady2008 Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    ok thnx guys but it's a bit harder than i thought, wel can you give me a javascript or html code to put in my blog which can open a pup up window to my other site automaticaly but for blogger as i mentioned before, because i can't upload files on blogger
    thnx anyway
     
    wydady2008, Jul 11, 2011 IP