HELP!!! for my webpage I need a combobox with one row of a table as content. how can I manage this? I`m using WinNT 4.0, IIS and Access97 database.
What is a combo box? Do you know what it looks like in HTML.
If you are referring to an HTML select box - it's like this
<SELECT NAME="var_name"> <OPTION VALUE="1">Description</OPTION> . . . . </SELECT>
Not too tough, right?
You are describing a list box. A combobox is a control where you can input text or select from options. Anybody know how to do this?