COOKIES
COOKIES
Out of context: Reply #22
- Started
- Last post
- 25 Responses
- mitsu0
gerry, here's how to use cookies to redirect your users:
if you create a cookie in the root directory of your site and inside it write the basic html tags including the 'head' tags and inside those tags put window.location="mytemppage.html... and finally give the cookie an '.html' extension, then it will work like a charm!