代码之家  ›  专栏  ›  技术社区  ›  Hüseyin BABAL

html textbox history

  •  2
  • Hüseyin BABAL  · 技术社区  · 16 年前

    I have several textboxes in my web application.I want them to remember history when user double click on it like autocomplete operation,but they never remember.is these textboxes remembers if they are in only form field?I couldn't do that. 先谢谢了。

    1 回复  |  直到 16 年前
        1
  •  1
  •   Tomas Aschan    16 年前

    They are remembered when they are form fields only because the users' browsers are doing that for them - it has nothing to do with your application.

    But why don't you want to put the textboxes in forms? How else could you use them?

    推荐文章