Spudhead
05-20-2005, 12:48 PM
I've got a form. With some select boxes, and text inputs and all sorts of stuff like that. It submits to a page. That page has a "back" link on it - a simple javascript history.go type one. When you click it, you go back to the form. All the text inputs on the form have kept the values that you typed in. This is good. But only some of the select boxes have kept their selected values; the rest have reverted to the first value in their option list.
This is in IE 6. In Firefox 1.0.4 none of the select boxes have kept their values. As far as I knew, you couldn't do what IE appears to be doing without scripting it.
Why is IE keeping the selected values of some select boxes? What governs this behaviour? I can live with it losing all the values, or keeping all the values. But not keeping some and forgetting about others :confused:
This is in IE 6. In Firefox 1.0.4 none of the select boxes have kept their values. As far as I knew, you couldn't do what IE appears to be doing without scripting it.
Why is IE keeping the selected values of some select boxes? What governs this behaviour? I can live with it losing all the values, or keeping all the values. But not keeping some and forgetting about others :confused: