胖脑虎请进,请问

如何用Javascript来实现对按钮和域不可编辑?
[26 byte] By [BillyW-阿弥陀佛] at [2007-12-16]
# 1
可以这样:
field1.readOnly=true;
field2.readOnly=true;
、、、、、、
button1.disabled=true;
button2.disabled=true;
、、、、、、

在你的Jsheader或onload中等。
justle_domino-胖脑虎 at 2007-10-28 > top of Msdn China Tech,企业开发,Lotus...