Hey, I am trying to work out how to display a cookie on a seperate page. Here's my example. www.hostsx.net/javascript/page1.html It has three pages; page1, page2 and page3. Page2 creates a cookie and diplays how many times you've visited that page. I want page1 to display this too. Basically I need: Page2: Displays how many times you've visited Page2 Page1: Displays how many times you've visited Page2 Page3: Does nothing. Page 2 and 3 are complete, I just need to display how many times you've been on Page2 on Page1. Can anyone tell me how to do that? Thanks.