Forum Moderators: not2easy

Message Too Old, No Replies

How to make button Go and release item and its link on click?

         

toplisek

9:30 am on Dec 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Sample code for listbox is the following:
[PHP]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<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?

swa66

8:13 pm on Dec 17, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not sure I fully understand what you seek, but selecting and deselecting items in an dropbox based on user interaction is far beyond CSS, I'd look at the javascripts forum instead.

That is if I understood the question at all.