首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

表格中的内容不能修改,该如何处理

2012-02-11 
表格中的内容不能修改在jsp页面中,我是在 inputtype text 中显示的数据。能有什么办法使这个文本域中的

表格中的内容不能修改
在jsp页面中,我是在 <input   type= "text "中显示的数据。   能有什么办法使这个文本域中的数据不能修改。不用js。

[解决办法]
readonly属性
[解决办法]
<input readonly>
[解决办法]
<input readonly>
[解决办法]
up....
[解决办法]
<input readonly>

热点排行