jayapalchandran
03-31-2008, 12:38 PM
--server side script - i am creating the following--
for() 5 times
<input type="text" name="sam[]">
OR
-- server side script - i am creating the following ---
for() 5 times
<input type="text" name="sam">
for both the above 5 elements will be created...
when accessing in javascript what is the difference...
for() 5 times
<input type="text" name="sam[]">
OR
-- server side script - i am creating the following ---
for() 5 times
<input type="text" name="sam">
for both the above 5 elements will be created...
when accessing in javascript what is the difference...