faqts : Computers : Programming : Languages : JavaScript : Forms : TextAreas/TextFields

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

9 of 19 people (47%) answered Yes
Recently 8 of 10 people (80%) answered Yes

Entry

Is it possible to change a readonly=true object to false using Javascript?

Dec 28th, 2005 04:18
b w, David,


document.getElementById('objectId').readOnly=false;