<tr>
<td width=150 border=1>
세미나 장소
</td>
<td width=500 border=1 colspan=5>
<INPUT TYPE=text name=seminar_place size=26 maxlength=10 readonly = true>
<INPUT TYPE=button name=findSeminarPlace size=10 value="장소찾기">
장소ID
<INPUT TYPE=text name=place_no size=15 maxlength=15 readonly = true>//혹은 READONLY 혹은 DISABLE <- 이건 글씨를 회색으로 나타난대
</td>
<script language='javascript'>
document.getElementById("place_no").style.background = "#e5e5e5";
</script>
</tr>
<td width=150 border=1>
세미나 장소
</td>
<td width=500 border=1 colspan=5>
<INPUT TYPE=text name=seminar_place size=26 maxlength=10 readonly = true>
<INPUT TYPE=button name=findSeminarPlace size=10 value="장소찾기">
장소ID
<INPUT TYPE=text name=place_no size=15 maxlength=15 readonly = true>//혹은 READONLY 혹은 DISABLE <- 이건 글씨를 회색으로 나타난대
</td>
<script language='javascript'>
document.getElementById("place_no").style.background = "#e5e5e5";
</script>
</tr>
출처 텍스트박스 회색으로 칠하고 비활성하 하기|작성자 루이