Delete confirmation popup dialog inside a block.
Permalink
How do I invoke a popup dialog for delete confirmation inside a block? I have a button that deletes a textbox and I'd like to present the users with a confirmation dialog before deleting the element.
try confirm() instead of alert().
http://www.w3schools.com/js/js_popup.asp...
http://www.w3schools.com/js/js_popup.asp...
You are right. Why didn't I think about that.... Thanks.
BUT it does not have Cancel button. Any idea?