I have several check box inputs on the page and an anchor tag.
Whenever the user checks the check boxes, I update the anchor tag href to include the query string using javascript by binding the onclick event to the check boxes.
The anchor tag navigates to a different page.
When the user clicks the browser back button, my check boxes are still checked, but the query string in the anchor tag is gone!
How do i preserve the state of the anchor tag href with the query string?