Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Can I create a list with autocomplete properties like VCard

Status
Not open for further replies.

tango1948

Programmer
Dec 23, 2006
111
IL
Hi,
I have an HTML form on which I would like to create a list of (between 50 and 100 names) with the autocomplete property like VCard and if possible text and value properties like a SELECT list. Is this possible?
One othere thing the list is in Hebrew so the autocomplete should idealy be from right to left, but I'm really intrested to know if its possible to set up a user defined VCard like list.
Pointers to any tutorials appriciated.

Thanks

David
 
You have to reverse engineer that page i guess. It's a good collection between css and javascript.

Code:
<td id="haQuickSearchTextbox" rowspan="2">
<input id="haQuickSearchBox" type="text" autocomplete="off" value="" maxlength="50" title="Search site" tabindex="1" name="Description"/>
<br/>
<div id="autofilledview"/>
</td>
 
Sorry I don't understand please could go into a little more detail as to how I'd set up such a list, how is the autocomplete activated, where is the onclick event.

Thanks

David
 
Try searching Google for [google]ajax autocomplete[/google]

--
Tek-Tips Forums is Member Supported. Click Here to donate

<honk>*:O)</honk>

Tyres: Mine's a pint of the black stuff.
Mike: You can't drink a pint of Bovril.


 
Thanks for the link I'll check it out.
Will I be able to use Ajax just using the clients browser without any server side processing.
Is there any way I can use the VCard capability of the browser say using vcard.middlename to attach a list to?

Thanks for your help

David
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top