Hii SaraJaneQ!!
Since ShippingAddress1, ShippingAddress2.... is generated by your asp code,
you can put the counter field<hidden textbox> ,so that you can know ,number of elements
needs to be check.
e.g.
if asp code generate 10 Addresses ,then ShippingAddress1,2...10
now
<input type=text name="counter" value=10>
this value must come from the no. of records in the recordset.
now you can easily put ur validation using javascript.
hope this will help you
Cheers :)
vinod
|