How can I validate input values that come in from an array
This is the javascript code
if(document.webform.FirstName.value == ""){
window.alert('You must enter your First Name! Please Try Again');
event.returnValue=(false);}
This is the way that the value is being brought in
<input type= Text Name= "Array[Amount]" size="10">