[PHP] Re: autocomplete list box

2002-08-30 Thread Erwin

 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




[PHP] Re: autocomplete list box

2002-08-30 Thread Alex Piaz

Hi! 

Go to http://javascript.internet.com and look into the forms section. 
You´ll find what you need. 

Regards 

Alex 


Petre Agenbag writes: 

 Hi
 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? 
 
 Thanks. 
 
  
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php 
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php