For example if I have the following input:
<form ....> <input type="text" name="myInput" id="myInputId"> </form>
And let's say a user has typed, "mozilla" and "mozzarella" into this input field before. So by default behavior, the next time a user starts to type the prefix "moz", you would see both words "mozilla" and "mozzarella" suggested as a listbox right below the input field.
My question is, is there anyway to modify this forms input history so that I can do my own autocompletion/suggestion logic?
Thanks, daniel _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
