You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
I have a variety of input fields and forms on my page, when a user goes back to the page I would like all the fields to reset to empty
Is there a simple onload I can use something like
document.form.inout.value="" that will reset all fields in all forms ?
Thanks