Forum Moderators: not2easy
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
</head>
<body>
<select>
<option value="">Define Listbox --></option>
<optgroup label="Your best car">
<option value ="volvo">Volvo</option>
</optgroup>
<optgroup label="Your quote">
<option value ="mercedes">Mercedes</option>
</optgroup>
</select>
</body>
</html>
[/PHP]
How to make automatic release of particular item if user decides for item Mercedes or item lik Volvo?