<script> function confirmDelete() { return confirm("Are you sure you wish to delete this entry?"); } </script> <a href="?action=delete&id=3" onclick="return confirmDelete();"> Delete this entry</a>
tutorial101 is the one place for high quality web development, Web Design and software development tutorials and Resources programming. Learn cutting edge techniques in web development, design and software development, download source components and participate in the community.
<script> function confirmDelete() { return confirm("Are you sure you wish to delete this entry?"); } </script> <a href="?action=delete&id=3" onclick="return confirmDelete();"> Delete this entry</a>