>
> Example:
> <select name="modelname">
> <option id="23" value="Pl23">P123</option>
> </select>
>
> Of course, when I output modelname on the next page I get the
> value, put I also need to get the id. Is this possible?
No, you can't reference the ID from the next page. Only the names and values
of form fields are passed from one page to the next. If you want to
reference the ID, you'll have to use _javascript_ within the same page.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

