|
HTML Attribute for <OPTION ...>
VALUE
VALUE indicates the value that is sent to the server if that option is chosen. The value of
VALUE is not seen by the user.
In this example, if you selected the first option, "steam turbine", then the name/value pair
partnumber=7382
is sent to the CGI.
<OPTION SELECTED> >
|