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 !!!
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.
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
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