August 23, 200223 yr Hi everyone. I have a CDML drop down box and I need to have a default option selected everytime a certain page is loaded (the page is it's own format file). Say I have the following code: <select name ="Course"> [FMP-Option: Course, list=class_alpha] </select> and the following items are in the value list on the FM DB: <blank space> BIOL CSCI MATH How would I get the <blank space> to be the default option when the page loads?? I know how to do it if I completely abandon the database and go with a static list of stuff in the HTML, but I need the list as dynamic as possible with the stuff changing in the list. Thanks for your input!!
Create an account or sign in to comment