Click to See Complete Forum and Search --> : a sort of splash page...


snip128
08-30-2005, 08:15 PM
well, i hate splash pages in general...but i've decided i need one, or possibly might, so i need some scripts for this...

basically, i just want a splash page, that will only occur once...but even more so...if i could have a specific range of ips that don't get the screen at all...as in, no redirects, that would be great..

i have my page setup to where index.html has multiple frames, which load banner.html, sidebar.html, and home.html, in case you need to know that...

i dont really know if what i want is possible with scripts...if anyones an apache wiz...thats the webserver i use...

thx in advance

ray326
08-31-2005, 12:48 AM
Rename your current index.html and replace it with your splash page. Use Javascript on the splash page to forward to your renamed index after a desired period or immediately if your special cases are met. Provide a clickable link to the site for users with Javascript disabled. Use cookies to determine whether to pause or not.