asp页面中实现JS全选删除,只能删除一条记录 30
cust_list.asp中的JS删除脚本如下:<scriptlanguage="JavaScript">functiondel(){varnum=document.ge...
cust_list.asp中的JS删除脚本如下:
<script language="JavaScript">
function del(){
var num=document.getElementById("ckcount");
if(num.innerHTML=="0")
{
alert('至少要选择一条记录')
}
else{
if(confirm('确定要删除该表资料吗?'))
{
page=1
var number=document.getElementById("hiddnum");
for(i=0;i<number.value;i++)
{if (document.getElementById("custom"+i).checked==true)
{
window.location.href='cust_list.asp?action=del&id='+document.getElementById("custom"+i).value+'&pageno='+page
}
else{}
}
}
}
}
</script>
cust_list.asp中的action事件如下:
if request("action")="del" then
sql="select * from t_custom where id="&request("id")
rs.open sql,conn,1,1
company=rs("company")
sql="delete from t_contact where company='"&company&"'"
conn.execute sql
sql="delete from t_custom where id="&request("id")
conn.execute sql
response.write "<script type='text/javascript'>location.href='cust_list.asp'</script>"
end if
cust_list.asp中的onClick事件如下:
<button type='button' class='btn' onClick="del()">删除</button>
脚本中getElementById所引用的ID在我的另一个页面中,如下:
<input type="checkbox" width="10px" id="custom<%=i%>" name="custombox" onclick="getChecked()" value="<%=rs("id")%>" >
全选功能已经实现,现在的问题就是删除一条记录没问题,如果全选或多选的话,也只能删除一条记录,求哪位大哥详解,谢谢。 展开
<script language="JavaScript">
function del(){
var num=document.getElementById("ckcount");
if(num.innerHTML=="0")
{
alert('至少要选择一条记录')
}
else{
if(confirm('确定要删除该表资料吗?'))
{
page=1
var number=document.getElementById("hiddnum");
for(i=0;i<number.value;i++)
{if (document.getElementById("custom"+i).checked==true)
{
window.location.href='cust_list.asp?action=del&id='+document.getElementById("custom"+i).value+'&pageno='+page
}
else{}
}
}
}
}
</script>
cust_list.asp中的action事件如下:
if request("action")="del" then
sql="select * from t_custom where id="&request("id")
rs.open sql,conn,1,1
company=rs("company")
sql="delete from t_contact where company='"&company&"'"
conn.execute sql
sql="delete from t_custom where id="&request("id")
conn.execute sql
response.write "<script type='text/javascript'>location.href='cust_list.asp'</script>"
end if
cust_list.asp中的onClick事件如下:
<button type='button' class='btn' onClick="del()">删除</button>
脚本中getElementById所引用的ID在我的另一个页面中,如下:
<input type="checkbox" width="10px" id="custom<%=i%>" name="custombox" onclick="getChecked()" value="<%=rs("id")%>" >
全选功能已经实现,现在的问题就是删除一条记录没问题,如果全选或多选的话,也只能删除一条记录,求哪位大哥详解,谢谢。 展开
2个回答
TableDI
2024-07-18 广告
2024-07-18 广告
作为上海悉息信息科技有限公司的一员,我们专注于提供高效的数据处理解决方案。对于多个文件表格的合并需求,我们通常采用专业的数据整合技术,确保数据的准确性和一致性。通过精确匹配表格字段和格式,我们能够快速、准确地将多个表格合并成一个,为用户提供...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询