Ok. I have a page that stores a cookie. If there is no cookie stored, the page redirects you to a different page. Before it redirects, you can see the page contents for a split-second. I prevented this from happening by creating an alert box when the user goes to the page. If they have the cookie in their browser, the alert box will show. If they don't, it won't. How do I prevent from seeing the contents of the page a split-second without using an alert box?