Skip to main content

Want the user to hit the landing page on the first visit and then autmatically skip it on subsequent visits.

Hi there! We don’t have a specific feature to support that, but that could be done with some custom JavaScript. You’d have the script drop a cookie, and redirect when it detects the cookie. I can’t vouch for this script, but it would be something like this:


http://javascript.internet.com/cookie…


Does that help?


Reply