Checking checkbox status after clicking back button

@Chamillionaire

New Member
I have several checkboxes on a page that are suppose to allow users to filter data on said page. The user selects the checkboxes, then submits the form. Everything works fine except that when a user clicks the back button, the last set of selected checkboxes are always selected.In other words, here's how it goes down:1) On page 1, user clicks checkbox 1,2 and 3 and submits form2) Page 2 loads3) User clicks back button and page 1 loads (as expected)4) Checkboxes 1,2 and 3 are still checked (should not be selected)I think this is a browser quirk because even the variable I check to apply \[code\]checked=checked\[/code\] is empty, and yet the checkboxes are still checked. Is there a way around this or am I doing something wrong here?
 
Back
Top