Question
Automatic Page Reset
I have a form that contains two dropdowns.When the values are
selected, they are passed to another page and used in a query where
statement. When they are done and return to the original page with
the pulldowns, the selected values are still populating the boxes.
A simple browser refresh will clear the values. However, they do
not want to do this and want the page to automatically refresh to
clear the values, when they go back in.
The javascript that I have found uses the meta tag but is set at intervals, which is not what I want. Other code uses the body onload but that seems to be an infinite loop.
Where can I find code to refresh the page once only, as soon as it is accessed. ?
thanks
The javascript that I have found uses the meta tag but is set at intervals, which is not what I want. Other code uses the body onload but that seems to be an infinite loop.
Where can I find code to refresh the page once only, as soon as it is accessed. ?
thanks
