Kittrick Posted August 23, 2002 Posted August 23, 2002 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!!
Anatoli Posted August 23, 2002 Posted August 23, 2002 Just specify <option value=""> as first, that should do the trick.
Recommended Posts
This topic is 8198 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now