模拟QQ下拉菜单 int ParentID = Convert.ToInt32(dv[i]["ids"].ToString()); string strSql2 = "select * from tb_child where parentId="+ParentID; SqlDataAdapter dal2 = new SqlDataAdapter(strSql2,com); DataSet ds2 = new DataSet(); dal2.Fill(ds2, "db_Menu"); Data
function CheckAll(form)根据name=chkAll的checkBox的选中与否来设置其它checkBox全选与全不选,并激活一个事件来验证表单 function UnselectAll(form)取消选择 function ExportXML(checkboxName)导出xml模板文件 function loadXMLByFile(xmlFile)针对两种浏览器,分别由文件获取xmlDocument对象 function loadXMLByString(xmlStrin