[ic] Keeping the "selected" tag up

Grant listbox at email.com
Wed Oct 22 12:04:13 EDT 2003


The selected tag seems to be designed to be used to output HTML like this:

<option SELECTED value="1">1

but the proper method is specified here:
http://www.w3schools.com/tags/tag_option.asp as:

<option selected="selected" value="1">1

I've got to suggest a parameter like option="1" that returns "selected"
instead of " SELECTED" so the tag can be used to create technically valid
HTML.  If I was comfortable with Perl I would whip it up for us.

- Grant

P.S. The docs on this tag weren't quite right, so I added a note.



More information about the interchange-users mailing list