Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
PeteMares #1
Auto complete text field
Is there a way to dynamicly auto complete a text field. Like when someones
starts to fill in the Last name field, as soon as there is only one match that
matches what they type it finishes it. Like here are the employees: Bill, Bob,
Sue.
Once "Bi" is typed in it puts Bill in.
PeteMares Guest
-
Forms: Text field - auto fill another field?
Someone PLEASE help me... how do i structure a form so that when text is entered into one field, it auto-fills other fields on the form that are... -
Auto-growing a multiline text field
I am filling in the fields of a pdf form programmatically, via a VB.Net application. That seems to work fine, except for 1 issue. I have a text box... -
Auto Complete Fields
I have a project to create a data base to store evaluation information from presentations that are held for the programs department. I have... -
Auto complete
I have an Xp and it came with auto complete off.. after serveral months I had found a place to tell me how to activate it.. then last week I had to... -
AUTO COMPLETE NOT FUNCTIONING
I don't know what i did but all the automatic filling in of the forms and e-mails and passwords has ceased on my computer. I'v gone under tools... -
Stressed_Simon #2
Re: Auto complete text field
You can do this with AJAX (Asynchronous JavaScript + XML), it is a tricky
concept but can produce amazing results.
They do the same thing at Google Suggest:-
[url]http://www.google.com/webhp?complete=1&hl=en[/url]
It really depends how much JavaScript and XML and XSLT you know.
Stressed_Simon Guest
-
PeteMares #3
Re: Auto complete text field
Thanks for the response and the link to the website. I am just a summer intern so I think that I will pass on trying to learn all those to figure it out. But thank you anyway.
PeteMares Guest



Reply With Quote

