01 2014 档案
摘要:js:function chkClick() { if (document.getElementById("chkBox").checked == true) { document.getElementById("button按钮的ID").disabled = false; eturn true; } else { document.getElementById("button按钮的ID").disabled = true; return false; } } 《服务条款》
阅读全文
摘要:前台页面: 上一篇: 下一篇: 后台代码:protected void GetPreTitle() { if (!string.IsNullOrEmpty(NewsID)) { int num = Convert.ToInt32(NewsID); DataSet ds = bll.GetList("ID=" + (num - 1)); if (ds.Tables[0].Rows.Count > 0) { newsArr["PreTitle"] = ds.Tables[0].Rows[0]["Title"].ToString();
阅读全文