
February 12th, 2003
01:06 AM
'puter thangy newbie...hehe
Status: Offline!
Drop down menu codes
Where can i find a code for a drop down menu?

February 12th, 2003
01:10 AM
now with more lambda
Status: Offline!
a code like this you say:
<select name="dropmenu">
<option value="values" selected> values</option>
<option value="value 1"> value 1</option>
<option value="value 2"> value 2</option>
</select>
or something special
___________________


February 13th, 2003
02:11 PM
'puter thangy newbie...hehe
Status: Offline!
Thanks so much! That works famously...