I need to actually 'drop down' the selection options NOT expand the width of 
the select box.

In other words, Click Here, and the select box drops down to display options 
somewhere else on the page.

Jp




>From: "Doug Powell" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: RE: Expand Select Box (JS Question)
>Date: Tue, 17 Oct 2000 14:51:24 -0400
>
><select multiple name=whatever size=10>
>    <option value=spacer>-------------------------</option>
></select>
>
>to get the size you want and then call a function to get rid
>of the lines such as
>
>function clearBlanks() {
>  document.something.whatever.options[0] = null;
>  document.something.whatever.options[0] = null;
>  return true;
>}
>
>In the body tag call the function onLoad="clearBlanks()
>-----Original Message-----
>From: j p [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, October 17, 2000 1:37 PM
>To: CF-Talk
>Subject: Expand Select Box (JS Question)
>
>
>
>Is It possible through JS to expand a select box, I need to expand a select
>box when someone clicks on something (not the little arrow if the select
>box)
>
>JP
>_________________________________________________________________________
>Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>Share information about yourself, create your own public profile at
>http://profiles.msn.com.
>
>----------------------------------------------------------------------------
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in
>the body.
>
>
>------------------------------------------------------------------------------
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit 
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or 
>send a message to [EMAIL PROTECTED] with 'unsubscribe' in 
>the body.

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to