I have a number of drop down boxes that I want to populate dynamically when the page loads. What is the best approach to solve this problem?
tedster
1:19 am on Feb 24, 2008 (gmt 0)
It's not something you can do with html alone, you'll need to use server-side scripting. Whatever technology you have to work with - Perl, PHP or ASP would be common. Each of theses types of server-side scripting has its own forum here.