JavaSprout
Programmer
I have various problems in getting the following prototype to work:
The idea is simple; create a number of pages which follow the normal (x,y) co-ordinate system and allow navigation between them using cookies.
The problems are:
a) Page disappearing; when I click on 'Show Cookie values', not only does it show the value of the cookies but it changes page. Why?! It does not do it when testing on my hard drive.
b) Multiple cookies! When I run the example more than once (or move within the pages with North, South, East, West keys), and then click on 'Show Cookie values', it shows me more than one version of xpos and ypos!! Why? Shouldn't I only have 1 cookie called xpos and 1 called ypos? This I think is part of the next problem...
c) Out of sync 'GridRef' with real page ref. Often (except very first time) the heading will show, for example, 'GridRef is x0y-1' while the page URL will clearly show as, for example, 'http:/ /x0y0/...'. Why?!
Thanks a lot for any help you can give. I'm going crazy on this one.
Hugh Prior
The idea is simple; create a number of pages which follow the normal (x,y) co-ordinate system and allow navigation between them using cookies.
The problems are:
a) Page disappearing; when I click on 'Show Cookie values', not only does it show the value of the cookies but it changes page. Why?! It does not do it when testing on my hard drive.
b) Multiple cookies! When I run the example more than once (or move within the pages with North, South, East, West keys), and then click on 'Show Cookie values', it shows me more than one version of xpos and ypos!! Why? Shouldn't I only have 1 cookie called xpos and 1 called ypos? This I think is part of the next problem...
c) Out of sync 'GridRef' with real page ref. Often (except very first time) the heading will show, for example, 'GridRef is x0y-1' while the page URL will clearly show as, for example, 'http:/ /x0y0/...'. Why?!
Thanks a lot for any help you can give. I'm going crazy on this one.
Hugh Prior