fark
10-07-2003, 11:17 AM
This refers to the value in the input field
document.frm1.elements[i].value
I need the name of the input field
I tried
document.frm1.elements[i].Name
but that did not work
Thanks for your help
document.frm1.elements[i].value
I need the name of the input field
I tried
document.frm1.elements[i].Name
but that did not work
Thanks for your help