Hi,
I must be losing my mind -- I've forgotten how to get a reference to a
form! If you look at this page ...
I'm trying to submit the form after validating it. But, on PC
Firefox, I repeatedly get the error "f.submit is not a function" when
I try and submit the form using "f.submit() " where f is passed in from
the submit button, like so
<input type="button" value="Submit" name="submit"
onClick="valida teForm(this.for m);" />
Grateful for your help, - Dave
I must be losing my mind -- I've forgotten how to get a reference to a
form! If you look at this page ...
I'm trying to submit the form after validating it. But, on PC
Firefox, I repeatedly get the error "f.submit is not a function" when
I try and submit the form using "f.submit() " where f is passed in from
the submit button, like so
<input type="button" value="Submit" name="submit"
onClick="valida teForm(this.for m);" />
Grateful for your help, - Dave
Comment