Log in

View Full Version : Always skip Intro page?



TorQueMoD
10-31-2008, 01:20 AM
Hi everyone!

I'm designing a website that requires an introduction page for new visitors, but I'd like to give the option to always skip the intro page after you've seen it once. I've never used cookies though I'm sure its the only way to do this.
Any ideas?

The intro page itself is plain html. Its not a flash intro or anything.

Thanks!

rangana
10-31-2008, 01:36 AM
Serverside:
http://www.w3schools.com/PHP/php_cookies.asp

Client-side:
http://www.w3schools.com/js/js_cookies.asp

TorQueMoD
11-02-2008, 08:57 PM
Thanks for the links. Hopefully I should be able to figure everything out from there. If not, I'll let you know.