Guest_imported
New member
- Jan 1, 1970
- 0
Does anyone know how to do a conditional on a form element which may lead to disabling it which will work in IE, NS and Opera? I've tried capturing the onKeyUp event for a text box, which runs a bit of script to disable another textbox (document.formname.textboxname.disabled=true), and I've tried using the onFocus event which runs a bit of script which blurs the textbox if the other textbox has some text in it.