Thread: Form names
View Single Post
  #1 (permalink)  
Old Oct 6th, 2004, 10:14
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
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....