I have several combo boxes. radio buttons , and check boxes on a form. I also have a form validation script that is fired when the user clicks the Submit button. If there is an error, I take the user to the next frame in th emovie clip, display some error text and a BACK button. When the user clicks the BACK button, they are returned to the form. When this happens, none of the comboboxes , radio buttons, or check boxes remember their respective states.
There's got to be a simpler way to maintain the states of these components. Currently, I can trap the selectedIndex() of the combo boxes, and the "clicked" states of the buttons and check boxes but nothing I've tried will return any of these components to their previous states. I'd be grateful for any clues on how to get this done.
There's always a better way. The fun is trying to find it!
There's got to be a simpler way to maintain the states of these components. Currently, I can trap the selectedIndex() of the combo boxes, and the "clicked" states of the buttons and check boxes but nothing I've tried will return any of these components to their previous states. I'd be grateful for any clues on how to get this done.
There's always a better way. The fun is trying to find it!