Table page: The check box takes the same name, if it is called CKBox1, but the value attribute value is set to the ID. Such as: > Process page: DIM CKVALUECKVALUE = Replace (Request.form ("CKBox1"), "" ") DIM RS, SQLSQL = "delete from table name where id in (" & ckvalue & ")" SET RS = conn.execute (SQL)
It is probably the case, you can modify itself according to the situation (or add it to the corresponding place)