i have code below-
<input type="hidden" name="totalreco rds" value="1">
<input type="hidden" name="totalreco rds" value="2">
<input type="hidden" name="totalreco rds" value="3">
here name of all the hidden fields are same ,if i want to show second hidden field on next page which has value ="2" how i can show because here the name of hidden fields are same ,so by default it can show the value of first hidden field.so , plz reply me
<input type="hidden" name="totalreco rds" value="1">
<input type="hidden" name="totalreco rds" value="2">
<input type="hidden" name="totalreco rds" value="3">
here name of all the hidden fields are same ,if i want to show second hidden field on next page which has value ="2" how i can show because here the name of hidden fields are same ,so by default it can show the value of first hidden field.so , plz reply me
Comment