escolher.asp
<html>
................
<input name="id" type="checkbox" value="ok">
........
<html>
apagar.asp
<!--#include file="conexao.asp"-->
<%
id = request.QueryString("id")
on error resume next
%>
<html>
<head>
<title>::Sistema de Anotação::By CrazyBaby</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<%
if (request.form("check")="ok") then
sql = "delete * from anotacao where id = '"&request.form("check")&"'"
conexao.execute(sql)
end if
%>
<% if err=0 then%>
<div align="center">Os dados selecionados foram apagados do banco com sucesso. <br>
<a href="default.asp">Voltar a administrar </a> </div>
<%else%>
<div align="center">Ocorreu algum erro.<br>
<a href="escolha_apagar.asp">Clique aqui para voltar.
</a></div>
<%end if%>
</body>
</html>
me ajuddm evalew......