Subject: | popup_menu |
I have been using CGI for a while now but I just noticed that when I use
popup_menu with the -default=> option I get this rendered in HTML
<option selected="selected" value="4">The Pythian Group</option>
where the proper html is
<option selected value="4">The Pythian Group</option>
doesn't seem to cause too many problems except when I try to use JS to acceess the selectedIndex of the object I can't until it is changed by user action.