Posted by Leszek on 02/07/06 10:34
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)
Is is possible to check which value from which select was chosen?
For example using php $_POST
or there will be just one value remembered because all select list have the
same name?
Thanks.
Leszek
[Back to original message]
|