html div question: how to display as a text the same value as @ <input

NumNoum

New member
type="text" > on change event? How to display <input type="text" > value on the html-page as a simple html text that is taken from <input type="text" > ? The value of the displayed text should be updated immediately once you started typing something at <input type="text" > ? Should we use onChange event? Should we use <div></div>? How?


Thank you.
 
Back
Top