随笔分类 -  Javascript

摘要:Show how to add script to the client in aspx file. /// <param name="rbl">RadioButtonList to apply script to</param>/// <param name="page">The Page the script is going to be appended ... 阅读全文

posted @ 2007-08-30 18:34 Wade 阅读(422) 评论(0) 推荐(0)

摘要:Set readonly for input text document.getElementById("ctrl_id").readOnly = true; //pay attention to the readOnly, it's case sensitive.Set option to unable toselect for select control:<option value=... 阅读全文

posted @ 2007-08-30 14:31 Wade 阅读(377) 评论(0) 推荐(0)

导航