<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/[email protected]/
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/[email protected]/
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