|
Form names
i have validation script that loops through all the forms in a document. (some of you have probably seen it at work).
well, I'm working on the new version and i have a small problem.
when I have a form:
<FORM name="MyForm" id="MyForm"....
[form object].id returns a string: 'MyForm'
but
[form object].name returns an object, WHY?
NB.:
I'll post an url later....
|