> I am wondering if it is possible to write/create/implement an > "autocomplete" type list box, something that will basically work the > same as when you have a normal textbox in a form and have > "autocomplete" enabled in the browser, but not quite exactly, I want > the textbox and the listbox to be "combined" and browser independant. > > Is this possible? Dependant/do-able with PHP or is it a Java/Browser > feature?
If it was possible, it would be a Java/Browser thingy. It is not possible with normal HTML. You could try something with DHTML, but it will never come close to Microsofts implementation. Grtz Erwin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php