I'm getting this error on a reset button in a Cold Fusion form: The value of the property 'resetForm' is null or undefined, not a Function object
<form action="central_inv_contr_verify.cfm" method="post" id="registerForm" onreset="resetForm(this);">
I'm still new to CF and JS...can anyone direct me to some help on this error?