[PHP] autocomplete list box

2002-08-30 Thread Petre Agenbag

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




Re: [PHP] autocomplete list box

2002-08-30 Thread Jason Wong

On Friday 30 August 2002 20:54, Petre Agenbag wrote:
 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?

$php = 'no';
$javascript = 'yes';

-- 
Jason Wong - Gremlins Associates - www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *

/*
A journey of a thousand miles starts under one's feet.
-- Lao Tsu
*/


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