When my visitors click on my url, I want to show them first an ad page of let see 10 seconds before they are directed to my site automatically. This ad page should have a link to skip the ad as well. - What code I can use for this purpose? - Where do I place this code on my index file? Many thanks! Mike
using new index and place a refresh meta tag with 10 second delay . [ http://webdesign.about.com/od/metataglibraries/a/aa080300a.htm ] and place your ads/banner/etc .. in page and at footer of page place alink to next page as Skip or you can using javascript to show fly-in ads pop up .
Will really stuff your search engine rankings but then it sounds like you dont actually want visitors as you are trying to get rid of them before they have even seen a single page of your site. Agree with James, rename your current index page to something else, replace it with your ads page and set a 10 second meta refresh to move to the renamed index page.