gusucode.com > ASP+ACCESS在线人才招聘网(源代码+论文) > ASP+ACCESS在线人才招聘网(源代码+论文)\source_\company_outper_manage_updata.asp

    <!--#include file="inc/conn.asp"-->
<!--#include file="resultred.asp"-->
<!--#include file="com_session.asp"-->
<%rowcount=Request("rowcount")
  if rowcount="" then
   resultred"对不起,意外出错,没有找到记录数。你可能不是在正常的方式下进入本页面!"
  end if
  for i=1 to rowcount
    id=Request("checkbox_del"&i)
	if id<> "" then
	sql="delete from job_com_per where id="&id
	conn.Execute(sql)
	end if
  next
  Set conn=nothing
  Response.Redirect"company_outper_manage.asp"
  %>
<html></html>