right, but that's in a multi-select box, not in a drop-down select.

Craig R. McClanahan wrote:

Quoting Brice Ruth <[EMAIL PROTECTED]>:



From a GUI perspective, how would you select multiple things in a drop-down? I can't actually recall ever seeing this type of widget anywhere (irrespective of HTML).




In HTML, this is triggered by the "multiple" attribute on the <select> element. If you're using <html:select> tag, must add multiple="true".


In a browser, it's the usual technique for multiple selections -- shift-click
selects everything between the previous point and the current point, while
control-click adds the individual item you're currently pointing at.



Could you send an example?




Craig





Jerry Jalenak wrote:



Hi All,

Can't seem to find a way to do this, even though I've seen it done (I
think).  What I need is a HTML select box where the size parameter=1 (so I
get a true drop-down, not a scrolling box) AND the ability to select
multiple options within the select box.  Right now if I set the multiple
parameter I get a scrolling box.  I'm using an optionsCollection tag to
generate my option list (not that I think it has anything to do with my
problem  8-)  I suspect there is a JavaScript solution out there, but I
can't seem to google it.  Does anyone have any ideas?

TIA!

Jerry Jalenak
Development Manager, Web Publishing
LabOne, Inc.
10101 Renner Blvd.
Lenexa, KS  66219
(913) 577-1496

[EMAIL PROTECTED]


This transmission (and any information attached to it) may be confidential


and


is intended solely for the use of the individual or entity to which it is
addressed. If you are not the intended recipient or the person responsible


for


delivering the transmission to the intended recipient, be advised that you
have received this transmission in error and that any use, dissemination,
forwarding, printing, or copying of this information is strictly


prohibited.


If you have received this transmission in error, please immediately notify
LabOne at the following email address: [EMAIL PROTECTED]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





--
Brice D. Ruth
Sr. IT Analyst
Fiskars Brands, Inc.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]







---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-- Brice D. Ruth Sr. IT Analyst Fiskars Brands, Inc.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to