php实现执行某一操作时弹出确认、取消对话框_php技巧

WBOY
Release: 2016-05-17 08:51:44
Original
1032 people have browsed it
复制代码 代码如下:

<script> <BR>function del(){ <BR>if(confirm("确定要删除吗?")){ <BR>alert('删除成功!'); <BR>return true; <BR>}else{ <BR>return false; <BR>} <BR>} <BR></script>

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!