Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

autocomplete and typing 1

Status
Not open for further replies.

EwS

Programmer
Dec 30, 2002
398
US
The following article:

states, "The information is provided from previously submitted field values."

I noticed that when I type something into a textbox and press the submit button, the textbox value is saved by the autocomplete feature.

However, when I populate the textbox through this code:
document.[formName].[textboxName].value = "bla bla bla"
and press the submit button, the textbox value is not being saved.

It's looks like autocomplete is more of a "keyboard fearure" that cares only for values that were actually typed. Is this true? Is there any way I can make autocomplete work with textboxes that were both "typed into" and "populated with"?

Thank you for your suggestions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top