submit() Followed by reset() Method in submit Event

onsubmit="
  submit ();
  reset ();
  alert ('Submitted?');
  return false;
"