Hallo Stefan,
Hallo zusammen
Kann man mit JS das readonly attribut eines input-Feldes nicht aktivieren und deaktivieren?
document.forms[0].titel.readonly = false;
Ja, versuche es mal mit [setAttribute()](http://de.selfhtml.org/javascript/objekte/all.htm#set_attribute)
Gruß Gernot