Accessing a form with no name

admin

Administrator
Staff member
I have a form that for some unkown reason is having the name=... part removed when the form gets published to the server.

Since we haven't yet figured out why, I need to know the syntax for accesing a form with no name. I thought I could do something like document.form[0].fieldname.value or something but that didn't seem to work.

Or, if I create a link off a form field using an onChange or something like that and I do it in the onChange="Check(this)", what does 'this' get assigned exactly? Does it get assigned the actual field itself so I could just do this.value instead of the whole long doc.form.field.value?

Thanks for any info. *mutter* Stupid FrontPage *mutter*
 
Back
Top