help with submit

Emma

Member
Hi,

I have the following:

document.forms.frmQuestions.submit();

which gives the error

document.forms.frmQuestions is not a function.

Does anyone have any ideas?

Thanks,

Emma.
 
Hi,

I think u will have to say document.form-name.submit(); in ur javascript.

regards
 
Back
Top