Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Named Layers in IE


  • From: javascript@xxxxxxxxxx (Lau)
  • Subject: [Javascript] Named Layers in IE
  • Date: Tue, 28 Aug 2001 03:21:26 +1000

I have a FORM that may have N fields with the same name.
How can I loop through them when I don't know how many there are... there may be none.

something like this:

for (i=1;i<N;i++){
  alert(document.Form1.MyField[i])
}

Thanks in advance
Lau