Re: auto-complete in html form input

2008-08-18 Thread Fredrik Lundh
JustWant2Ask JustWant2Ask wrote: I am trying to write a data filtering routine based on the input received from a html form as follows: myFilter=(((var1>=1) and (var1<=5)) or (var2==10)) and not(var3) Is there any way of auto-completing the variables (var1, var2 and var3 in the example above

auto-complete in html form input

2008-08-18 Thread JustWant2Ask JustWant2Ask
Hi, I am trying to write a data filtering routine based on the input received from a html form as follows: myFilter=(((var1>=1) and (var1<=5)) or (var2==10)) and not(var3) Is there any way of auto-completing the variables (var1, var2 and var3 in the example above) while typing in the input box o