OnChange affected to AutoComplete feature of IE

Joined
Feb 27, 2006
Messages
1
Reaction score
0
I have designed a small asp form that includues a text box "Name" and a label "Msg". If user input "Name" and press "Tab" key or press "Enter" key, the form will be submit. Then Server side will set value of label with message "Hello <Name>".
In textbox "Name", I catch "OnChange" event to submit the form manually.

I found below issue:
1) In case user press "tab" key to submit the form, the input value of textbox "Name" is not saved to list of AutoComplete.
While, if user press "enter" to submit the form, the input value of textbox "Name" is save to list of AutoComplete

Can you please support to solve the issue 1). I want input value of textbox is saved to list of AutoComplete after submit the form.

Thach
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top