Avijit
02-12-2004, 08:43 AM
Hi Every one,
I am a new one with this Forum..Looking for some help !!!
I would like to have a Editable combo box in my HTML...page as per the requirements...Is that possible with the use of java script..Please help if possible give me the code..
Cheers
Avijit
avijit_das_99@hotmail.com
glenngv
02-12-2004, 09:36 AM
http://www.codingforums.com/showthread.php?s=&postid=167417#post167417
Avijit
02-12-2004, 03:49 PM
Originally posted by glenngv
http://www.codingforums.com/showthread.php?s=&postid=167417#post167417
That was great >>
But cant we have anything with the look and feel of the Combo box....
Cheers
Avijit
Choopernickel
02-12-2004, 05:08 PM
What's wrong with the look and feel of the select element? There are other more kludgy ways of arriving at the same functionality with more control over appearance-- however, they're guaranteed not to degrade gracefully. If making your form accessible isn't a priority for you, by all means use a different script.
Garadon
02-12-2004, 05:37 PM
http://www.codingforums.com/showthread.php?s=&postid=156759#post156759
glenngv
02-13-2004, 01:16 AM
Originally posted by Garadon
http://www.codingforums.com/showthread.php?s=&postid=156759#post156759
The link I posted leads to that thread and this is the script in discussion.
Avijit, you can control the appearance of a normal <select> by applying css style on it.
Avijit
02-13-2004, 07:28 AM
You guys were great .... Thanks from the bottom..
Cheers
Avijit
Garadon
02-13-2004, 11:26 AM
I know the link u posted lead there, I just assumed that Avijit had tested the combo box at the 1st forum page where u link leads and not read donw and clicked the link in one of the reply posts