You know how when you click on the select menu it opens up and you see several choices and you need to select one. He wants the select field to automatically open when it's "onfocus" not "onclick"
Instead of opening the select menu, create a DIV/menu that opens. When the user selects the option, set the form field to that option joe velez Charlie Griefer wrote: > Hi Walter: > > Sorry, I misunderstood you. I thought you were asking if there was a > way to pre-select a given option. > > Still not sure I fully understand. Is this to allow users to select > multiple options? Because otherwise the functionality you're after is > the default behavior of the <select> element... onclick it opens up. > it may not show all of the options, but it shows the first batch. > Unless you're shooting for allowing the user to select more than one > option, is there any reason to show all? > > If this is a route you want to go, you might try manipulating the > z-index value of the <select> element to try and float it over the > element(s) below it. > > > On Tue, Jun 24, 2008 at 1:20 PM, Walter Conti <[EMAIL PROTECTED]> wrote: > >> Thank You Charlie, that shows me just the fourth option. I would like to >> have all of them visible. >> >> this.size = this.length works >> but the listbox does not open on top of the other form element, instead push >> them down. >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308223 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

