Search code examples
javascriptcssscreensplash-screen

How To Create A Simple Splash Screen/Page?


I want to be able to design/implement a splash screen that originally goes over the home page (index.html). And when the visitor clicks on the enter page, you could say the Splash Screen disappears. I want to know how to do that without creating another page and without having to redirect.

I also want to be able to give the user the option to "Do Not Show This Again"...

For example, http://www.runescape.com/

Thank you very much, Aaron Brewer


Solution

  • Have the default be that when a user visits a page, it pops up a screen using the Simplemodal jQuery plugin

    When it loads it sets a cookie so that any future pageviews can check for that cookie or not. If its there, do not show the popup again.