I guess that you can use an event handler in your page where the form is :
try this code <body onLoad="document.forms[0].reset()">
just make sure that you put a reset button for Netscape.. and it is worth to note that this isn't tested for all browsers and again you're depending on the browser to do the job, so it's not quite good