treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Redirecting to a Splash Page Tut

  • Can anyone help me figure out how to have the page do the lightbox thing when the page loads once as opposed to redircting to another page? For example, the first time they visit the page they get the grey overlay with the image/text I want them to see and then they next (if the cookie is set) they get the page without the overlay.
  • it would be helpfull if we could see what you are talking about. post a link to the page, or an image or code if needed.
  • You might be better off using session cookies (php or asp) to determine if a visitor has been to your site before - then the session rule will direct them to the page you wish them to see.