Hi
I have now a drop down listbox where I select and some values appeared. Like beneath shows.
<select name="Usrcategory" id="Usrcategory" onChange="select_show(this)">
<option>Please make a selection</option><optgroup label="User">
<option value="New / Remove user">New / Remove user</option>
<option value="Folder Authorization">Folder Authorization</option></optgroup>
<optgroup label="Hardware">
<option value="New Hardware">New Hardware</option>
The link is the VALUE where particular DIV will appeared.
Now I want to have a link instead of a listbox.
how can I do that?
Please advise
Kisoen
I have now a drop down listbox where I select and some values appeared. Like beneath shows.
<select name="Usrcategory" id="Usrcategory" onChange="select_show(this)">
<option>Please make a selection</option><optgroup label="User">
<option value="New / Remove user">New / Remove user</option>
<option value="Folder Authorization">Folder Authorization</option></optgroup>
<optgroup label="Hardware">
<option value="New Hardware">New Hardware</option>
The link is the VALUE where particular DIV will appeared.
Now I want to have a link instead of a listbox.
how can I do that?
Please advise
Kisoen