I need a javascript to go on the splash page of my website.
I want it to set a cookie to say that you've been there. So when you go back to my site, the script will look to get the same cookie back, and skip the splash screen.
It would be cool if the user could enter there name in a prompt, and then when they come back an alert says "Welcome back, (name)".
The cookie should never expire.
Could someone please write a javascript to do that, or atleast help me.
Thanks.
I want it to set a cookie to say that you've been there. So when you go back to my site, the script will look to get the same cookie back, and skip the splash screen.
It would be cool if the user could enter there name in a prompt, and then when they come back an alert says "Welcome back, (name)".
The cookie should never expire.
Could someone please write a javascript to do that, or atleast help me.
Thanks.