Tech Support > Computers & Technology > Programming > Drop Down Box
Drop Down Box
Posted by smiyos on March 23rd, 2005


Hello all,

I was wondering if anyone knew if there is such a thing as a dropdown
menu box that allows inputting your own entry. ie)the address box of a
web browser shows a drop down box, but at the same time, you may enter
your own address.

what is this type of function called, what language is it in, and does
anyone happen to know where i can get some sample code?

thanks for ur time,


Posted by smiyos on March 23rd, 2005


That is in DHTML or JavaScript.....

Posted by smiyos on March 23rd, 2005


....btw...that is in JavaScript or DHTML...i believe it is called
autocomplete box combo?

Posted by CBFalconer on March 24th, 2005


smiyos wrote:
What, if anything, are you talking about? What is that? What is it?

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson



Posted by jake on March 24th, 2005


I think he is refering to the address bar in IE. Similar to auto
complete in NetBeans IDE / Microsoft Visual IDE's?

Posted by CBFalconer on March 24th, 2005


jake wrote:
Who is he? Where does 'he' refer to anything? What are you talking
about, if anything. Think.

--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson



Posted by smiyos on March 26th, 2005


Thanks for the replies...
Jake was right...i am trying to implement the address bar in IE. A
better example would probably be the search box in google suggests

http://www.google.com/webhp?complete=1&hl=en

Sorry for the confusion about my question...

Posted by Programmer Dude on March 28th, 2005


smiyos writes:

In Windows, it's a standard Windows control (been around since 3.1) and
is called a "Dropdown ComboBox". You can create a ComboBox in a window
in just about any language.

Similar controls for other GUI environments will have other names, OC.


Posted by smiyos on April 1st, 2005


Thanks for the reply Programmer Dude...
This website helped a lot

http://webfx.eae.net/dhtml/combobox/combobox.htm


Similar Posts