Drop Down List in a cell of a table????

A

Anonymous

Guest
How to put a drop down list in a cell of a table?

the items from the drop down list is from the database. :help:
 
The same way you put a drop-down list anywhere else.

http://www.w3schools.com/html/html_forms.asp

For each record you retrieve, simply create a new <option> within the <select>.
 
Back
Top