On Thursday 12 July 2001 21:01, you wrote:
> I am having trouble getting global variables to work and I was hoping if
> someone could give me some insight. This is the situation:
> 1) page 1 sets a global variable test to 0 (nsv_set . test 0)
> 2) page 2 reads that variable correctly (nsv_get . test), does some
> processing and sets the variable to 1 (nsv_set . test 1)
> 3) page 1 has a timer running with javascript, each time it hits, it checks
> test (nsv_get . test), but it never sees the change that page 2 made, it
> always sees it as 0.
>
> Am I missing something very obvious here?
Client caching perhaps ?