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

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