Re: Prefill Textfield/Textarea
Check out
http://developer.yahoo.com/yui/autocomplete/
I've used this package and recommend it.
It uses AJAX to fetch completion strings from a remote host.
The code is:
1. Well written and takes advantage of modern JavaScript (using
namespaces and listeners)
2. Reusable. Utilities for reading and parsing XML are provided and
are easy to use.
.
Relevant Pages
- Re: [SLE] Unable to print
... But when you use the CUPS HTTP web-frontend from any remote host ... Personally I recommend to do remote CUPS administration only via login ... (SuSE) - Re: ASP.NET stops responding after executing a database query which is time consuming
... we are going to UAT in few days and at this point of time i cannot ... recommend new stuff like AJAX (just now read abt it and sounds ... (microsoft.public.dotnet.framework.aspnet) - Re: converting some VB code to Java..
... If you are learning the guts of AJAX then go for it, ... But if you just want to use it I would recommend that you use one of ... I need the VB script code in this pg converted to JSP so I can play ... got as far converting the getParam ... (comp.lang.java.help) - Re: [PHP] Re: What sripts,helpers to use for AJAX
... Subject: [PHP] Re: What sripts,helpers to use for AJAX ... what scripts, helpers you would recommend. ... I don't want to use a full featured framework, just something to do the AJAX work. ... (php.general) - asp.net hosting
... Can anyone recommend some asp.net uk-based hosting? ... SQL 2005 ... AJAX 1.0 friendly ... Visual Studio friendly ... (microsoft.public.dotnet.framework.aspnet) |
|