Message Thread: |
View All MessagesBack to WebFX |
Does anyone know how to turn off the readonly attribute dynamically? I have tried the various methods I've seen posted around the internet like object.readonly=true, and object.setAttribute("readonly",false), and object.removeAttribute("readonly"), but none of them seem to work (at least in IE 6.0 |