Posted by Jonathan N. Little on 02/07/06 16:44
Erwin Moller wrote:
> Leszek wrote:
>
>
>>Hi.
>>
>> <div id="id1">
>><select name="name">
>>//options
>></select>
>></div>
>>
>> <div id="id2">
>><select name="name">
>>//options
>></select>
>></div>
>>
>>Is it ok to have two or more select lists with the same name? (Each in
>>different div)
Actually the answer is yes, the data will be in an array
name[0].value has the first form elements value
name[1].value has the second form elements value
<snip>
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|