Hi,
I have a table window which contains rows selectable via a radio button. The radio buttons all have the same name. The selection sets some cookies etc...
A number of buttons at the top of the table then open a new window via location...
When I hit the back button from the new window, the radio button is still selected but the js variable which stated it was selected is now null. I believe this is how it should work.
How can I select the radio button when the back button is pressed?
Or am I going to have to deselect the radio button before I call the location parameter from the first page?
Thanks.
I have a table window which contains rows selectable via a radio button. The radio buttons all have the same name. The selection sets some cookies etc...
A number of buttons at the top of the table then open a new window via location...
When I hit the back button from the new window, the radio button is still selected but the js variable which stated it was selected is now null. I believe this is how it should work.
How can I select the radio button when the back button is pressed?
Or am I going to have to deselect the radio button before I call the location parameter from the first page?
Thanks.