时间:2007-01-25 20:15:00 类别:脚本收藏 RSS 2.0 评论
JavaScript删除确认框
本文地址: http://www.21andy.com/blog/20070125/573.html
onclick=function(){return confirm('确实要删除吗?');}
漂亮,找了很久,就你这个好,顶以下
<a href="#" onclick="javascript:if(confirm('确信要删除该条记录吗?'))location.href='del.asp?id='>删除
名字 * 邮箱 *
Currently you have JavaScript disabled. In order to post comments, please make sure JavaScript and Cookies are enabled, and reload the page.
onclick=function(){return confirm('确实要删除吗?');}
漂亮,找了很久,就你这个好,顶以下
<a href="#" onclick="javascript:if(confirm('确信要删除该条记录吗?'))location.href='del.asp?id='>删除