Log in

View Full Version : email textbox filler



buntyindia
06-06-2006, 03:56 PM
HI!

I am in need of a script using which email address can be autofill in the textbox.

means when we type characters in textbox it will display addresses in the textbox accordingly from the addressbook.

i think u r understanding what i mean to say...

Please help

BuntyIndia

djr33
06-06-2006, 09:26 PM
You want a script that will find matches as you type?

Example:

If you type "ad"
it will show:
"adam@something.com", "admin@website.net", etc.

???

buntyindia
06-07-2006, 03:39 PM
Ya right.i need the same script...

Bunty

djr33
06-07-2006, 09:51 PM
No clue.

Very advanced.

You need both access to a database and client side scripting (javascript probably).

So... basically, that's AJAX.

Look up the basic AJAX routine script on DD, then try to integrate with a php page searching your database. Not sure how that will work. Heh.