07-25-2002, 02:34 PM
I'm not a JS expert but I'm going to take a crack at it for you.
check your script to make sure that "'document.formname.fieldname.value' " is defined and attached to something. it looks like you're trying to link the form field to a database (if I'm presuming correctly). Make sure you have a clear cut link from the form value to the corresponding value in the database.
check your script to make sure that "'document.formname.fieldname.value' " is defined and attached to something. it looks like you're trying to link the form field to a database (if I'm presuming correctly). Make sure you have a clear cut link from the form value to the corresponding value in the database.
Have a great day!