| Author |
Problem with back button
|
suresh reddy reddy
Greenhorn
Joined: Jan 19, 2010
Posts: 12
|
|
Hi ,
Iam having a probelem with the back and refresh functionality.
I have a page with a popup with a disabled cell and related values listed.
As i navigate to other page and hit back, all the values are listed but the related worker name is not correct.
It is a disabled cell. any idea why the cell is no getting refreshed.
Example like a worker with his details..details are proper but the worker name is wrong..
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Back button pulls data from the cache, not the server.
Eric
|
 |
suresh reddy reddy
Greenhorn
Joined: Jan 19, 2010
Posts: 12
|
|
Any idea where all the cache data will be stored..??how can i see this information...where it is stored and why in my scenario it is not trying to update the previous value..
Thanks in advance..
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
Your browser caches data and stores it on your machine in the temp folder. It remembers state to some point. That is how the web works with get requests.
Eric
|
 |
 |
|
|
subject: Problem with back button
|
|
|