Hi,
here is my situation :
1. I have a form named "registration"
2. In a javascript function I got the number of form elements through
var max=document.registration.length;But I could not get values of each elemt on the form.
I tried
var max=document.registration[0].value;