View Single Post
Old 01-11-2013, 03:37 PM   PM User | #4
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,395
Thanks: 18
Thanked 351 Times in 350 Posts
sunfighter is on a distinguished road
The first thing when loading a page is to look for the cookies. You could use:
<body onload="checkCookie()">

reading a cookie is not a straight foreword thing. read this http://www.w3schools.com/js/js_cookies.asp

P.S. I used Firefox to check for the cookies and yours are set.
sunfighter is offline   Reply With Quote