全选
function SelectAll(tempControl) { //将除头模板中的其它所有的CheckBox取反 var theBox=tempControl; xState=theBox.checked; elem=theBox.form.elements; for(i=0;i"); } catch { this.RegisterStartupScript("aa",""); } } create procedure C_DELETE_COMMENT (@CommentID varchar(100)) AS EXEC ('delete FROM sysComment WHERE CommentID IN (' + @CommentID + ')') GO
function SelectAll(tempControl) { //将除头模板中的其它所有的CheckBox取反 var theBox=tempControl; xState=theBox.checked; elem=theBox.form.elements; for(i=0;i"); } catch { this.RegisterStartupScript("aa",""); } } create procedure C_DELETE_COMMENT (@CommentID varchar(100)) AS EXEC ('delete FROM sysComment WHERE CommentID IN (' + @CommentID + ')') GO
本文介绍了一个用于全选功能的JavaScript函数实现方法,并展示了一个简单的数据库删除操作示例。该示例使用了T-SQL语言来执行删除任务。
3318

被折叠的 条评论
为什么被折叠?



