Subj : event.returnValue To : netscape.public.mozilla.jseng From : Carlos Barcellos Date : Fri May 06 2005 03:54 pm I'm using a function to override the "onreset" event for a
. Under IE if inside my function i do the following: function myOnReset() { event.returnValue=false; } This acts as I want, the browser does not clear my form and let me do whatever I want. My problem is, this doesn't work under FireFox. Any suggestions? Thanks in advance, Carlos. .