In Internet Explorer, the onPropertyChange
event is functioning properly. I have utilized onPropertyChange
to input text into one textbox and simultaneously display the same text in another textbox. Are there any alternate methods available to address this issue?
Here is the HTML code:
<input type="text" id="firstName" name="firstName" value="" maxlength="64" size="30" class="controlStyle" onPropertyChange="displayName(this, document.frmSkills.EmpLn, document.frmSkills.EmpDn,displayFormat)">