Re: auto-complete in html form input

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Fredrik Lundh

    Re: auto-complete in html form input

    JustWant2Ask JustWant2Ask wrote:
    I am trying to write a data filtering routine based on the input
    received from a html form as follows:
    >
    myFilter=(((var 1>=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 of the html form?
    It's just to make live easier to the user while s/he types the filtering
    conditions
    Do you have a browser that supports Python scripting on the client side?

    If not, it's probably better to ask this question on a JavaScript forum.

    </F>

Working...