摘要:
前台:html xmlns="http://www.w3.org/1999/xhtml" head runat="server" titleTreeView选择checkBox时触发函数/title script language="javascript" type="text/javascript"// 点击复选框时触发事件function postBackByObject(){ var o = window.event.srcElement; if (o.tagName == "INPUT" && o.type == "checkbox") { __doPostBack 阅读全文
posted @ 2010-12-28 11:22
liufei
阅读(1668)
评论(0)
推荐(0)