Skip to content

Instantly share code, notes, and snippets.

@ErMandeep
Created January 12, 2019 04:43
Show Gist options
  • Save ErMandeep/3d6952d0f94501b1535a626829948fe5 to your computer and use it in GitHub Desktop.
Save ErMandeep/3d6952d0f94501b1535a626829948fe5 to your computer and use it in GitHub Desktop.
onclick confirm javascipt
<a href="delete.php?id=22" onclick="return confirm('Are you sure?')">Link</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment