一些Attributes应用

this.aa.Attributes.Add("class","Dialoginputline");
this.aa.Attributes.Add("onclick","window.open('bb.aspx','_self');");
this.aa.Attributes.Remove("ondblclick");
this.aa.Attributes.Add("readonly","");
this.aa.Attributes.Remove("readonly","");
等等

posted on 2005-12-06 17:34  小肠与小豆子  阅读(180)  评论(0)    收藏  举报

导航