J-C Posted January 14, 2010 Share Posted January 14, 2010 Ok simple question, I have been goggling and the stuff i come around doesn't work like <script>document.form.reset();</script> when i press f5 in Firefox the values that I already put are still there, is not really a big deal but if you know how to do this please help. EDIT: ok I have founded it is onload="document.FORMNAME.reset();" where FORMNAME is obviously the form you want to refresh, guess I should have looked harder. Quote Link to comment Share on other sites More sharing options...
J-C Posted January 14, 2010 Author Share Posted January 14, 2010 Ok simple question, I have been goggling and the stuff i come around doesn't work like <script>document.form.reset();</script> when i press f5 in Firefox the values that I already put are still there, is not really a big deal but if you know how to do this please help. EDIT: ok I have found it is onload="document.FORMNAME.reset();" where FORMNAME is obviously the form you want to refresh, guess I should have looked harder. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.