I have a search form that is filled out. For example, one of
the entries for a field is 255. The submit goes to the action page
where results are displayed. If they hit the back button, the
original form entries are still there. If I add 1 to 255 to become
2551 (new search entry) it does not take and 255 is still searched.
What I would like to do is everytime the search form is
initiated, I would like to reset/clear it out, so that if they do
hit the back button to go back, the form will be empty and they
will have to start over.
What is the best way to do this ? Or, if I do not clear it
out and they hit th back button, how do I replace 255 with 2551
?