删除确认对话框
删除
以下为js代码
<script><br />
function drop_confirm(message,pathurl)<br />
{<br />
if(confirm(message))<br />
{<br />
window.location.href=pathurl;<br />
}else<br />
{<br />
return false;<br />
}<br />
}<br />
</script>
AD:真正免费,域名+虚机+企业邮箱=0元
Statement: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