E Emma Member May 3, 2002 #1 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 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.
U Unregistered Guest May 4, 2002 #2 Hi, I think u will have to say document.form-name.submit(); in ur javascript. regards