|
|
Q476 How can I get a text entered in one text field copied in realtime to another text field?
irt.org | Knowledge Base | JavaScript | Form 10.1 | Q476 [ previous next ] Q476 How can I get a text entered in one text field copied in realtime to another text field?This is only really possible in Netscape Navigator 4 and Internet Explorer 4 with the onKeyUp event handler:
With any older browser you have to wait until the onChange event is triggered, when the user moves away from the text field. |
-- div -->
|