| Author |
DHTML and 'back' button ?
|
Sol Mayer-Orn
Ranch Hand
Joined: Nov 13, 2002
Posts: 310
|
|
Hi, I'm using DHTML, but my page gets meesed up when clicking the "Back" button on the browser... Example: say I have a 'select' control with a list of countries. Whenever the selected country changes, I use DHTML to display the capitol of the selected country ( in some < span > in the page). Full code: This works fine, untill I navigate to another page, and then use "Back" to return to my page... when using 'back', the displayed capitol will always be 'London' regardless of the selected country... Help would be appriciated. Thanks
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
You would probably have to use cookies and fire an event of window.onload Eric
|
 |
 |
|
|
subject: DHTML and 'back' button ?
|
|
|