Re: JavaScript Parameter

2011-03-03 Thread Bill Freeman
Or if this is a static at page load array, render it in a tag in your template. On Thu, Mar 3, 2011 at 9:17 AM, urukay wrote: > Hi, > > what script do you mean, how does it look like? > > If you are using JQuery, just use JQuery's UI autocomplete to do the > same thing. > > Radovan > > On 3. Mar

Re: JavaScript Parameter

2011-03-03 Thread urukay
Hi, what script do you mean, how does it look like? If you are using JQuery, just use JQuery's UI autocomplete to do the same thing. Radovan On 3. Mar., 13:01 h., "Szabo, Patrick \(LNG-VIE\)" wrote: > Hi, > > I finally found a JavaScript that gives me autosuggest functionality for > a textfiel

JavaScript Parameter

2011-03-03 Thread Szabo, Patrick (LNG-VIE)
Hi, I finally found a JavaScript that gives me autosuggest functionality for a textfield. Unfortunately this script uses a hard-coded array for the suggestions and of courese i want to use values from my database. Any idea how i could pass the javascript an array that contains all my values ?!