您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關(guān)php設(shè)置刪除確認(rèn)的方法的內(nèi)容。小編覺得挺實用的,因此分享給大家做個參考。一起跟隨小編過來看看吧。
php設(shè)置刪除確認(rèn)的方法:首先打開代碼;然后添加相關(guān)代碼,代碼為【<a href="javascript:if(confirm('確認(rèn)刪除嗎?'))window.location='del.asp'">刪除</a>】。
php設(shè)置刪除確認(rèn)的方法:
第一種:
<a href="javascript:if(confirm('確認(rèn)刪除嗎?'))window.location='del.asp'">刪除</a>
第二種:
<script language="javascript"> <!-- function del_sure(){ var gnl=confirm("你真的確定要刪除嗎?"); if (gnl==true){ return true; } else{ return false; } } ---> </script> //調(diào)用 <a href="del.asp?id=<%=rs("id")%>" onclick="javascript:del_sure()">刪除</a>
第三種:
<script language="javascript"> function confirmDel(str){ return confirm(str); } </script> <a href="delete.asp" onclick="return confirmDel('確定要刪除嗎')">刪除</a>
感謝各位的閱讀!關(guān)于php設(shè)置刪除確認(rèn)的方法就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,讓大家可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。