关于html中文本框只读的问题
代码如下:<tr>
<td width="15%" height="30" align="center" class="STYLE3"> 文件标题</td>
<td colspan="3" rowspan="1" class="border-bottom" >
<input name="biaoti" tag="mocha" special="DocumentName" alert="biaoti" type="text" class="template-chulidan-input-bigger1" onchange="titlechange();" value="" size="" desc="文件标题" /></td>
<td width="14%" colspan="1" align="center" class="STYLE3">缓 急 </td>
<td class="border-bottom" width="19%">
<select tag="mocha" alert="" desc="缓急" class="template-chulidan-input-normal" name="DocumentPriority1" special="DocumentPriority" type="select" value=""></select></td>
</tr>
这个代码的文件标题 就是只读的,如何更改?