I have a text box for email, for which there is a checkbox. If the checkbox is not checked, the email textbox is disabled. However, I notice that on Google Chrome when I press the back button, the email textbox stays no more disabled. In Firefox, however, there is no such problem. So, what can I do to solve this really annoying problem?
Is there a way, to check if the page was reached by back button, so that I can forcefully disable the textbox if the check box is not checked?