如何在javascript里设置表单为只读属性

 我来答
pcmonkeyzjy
2013-08-07 · 超过13用户采纳过TA的回答
知道答主
回答量:32
采纳率:0%
帮助的人:17.8万
展开全部
你是要设置表单的什么元素为只读?如果是text或textarea,加一个参数readonly就行了
追问
喔喔太感谢了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
五十个萨满突然
2013-08-08 · TA获得超过500个赞
知道小有建树答主
回答量:748
采纳率:0%
帮助的人:226万
展开全部
function check(){
var txtN = document.getElementById("test");
txtN.setAttribute("readonly",true,0);
}

setAttribute 这个方法一定要注意,有三个参数
object.setAttribute(sName, vValue [, iFlags])

last arg
iFlags: Optional. Integer that specifies one the following flags: 0 When the attribute is set, it overwrites any attributes with the same name, regardless of their case.
1 Default. The case of the attribute that you set is respected when it is set on the object.
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式