Jan 25, 2001 #1 ahksar Programmer Jan 11, 2001 43 US Hi, How do I clear a form once it has been submitted, or when a user clicks the back button on the browser? Thanks ahksar
Hi, How do I clear a form once it has been submitted, or when a user clicks the back button on the browser? Thanks ahksar
Jan 25, 2001 #3 GunJack ISP Dec 14, 2000 965 US Hey ahksar, To add to Iza's post, this will clear the form when they click the back button. ( f1 is the name of your form ) <body onload="document.f1.reset();"> GJ Upvote 0 Downvote
Hey ahksar, To add to Iza's post, this will clear the form when they click the back button. ( f1 is the name of your form ) <body onload="document.f1.reset();"> GJ