Suppose an entry is made in a textbox. Is it possible to retain the same entered text in a second text box? If so, how is this done?
Use event "oninput". This gives a more robust behavior. It will also trigger the copy function when you copy paste.