I have a name attribute in the form tag, but I need it there due to the javascript validations necessary for client side checking, "name=surveyform".
1. change name="surveyform" to id="surveyform"
2. change document.forms["surveyform"] to document.getElementById("surveyform")
Easy as pie.
--
Kristof
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************
