Read Only Text Fields

I have a form and I want some text fields to be read only. Does anyone know how to do this in XHTML?<!--content-->readonly is and IE attribute. <br />
<br />
<input type=text readonly><!--content-->For XHTML, add this to your specified tag...<br />
<br />
readonly="readonly"<!--content-->
 
Back
Top