is there anyway to easily add : "are you sure want to delete this entry : Yes/No"
because right now if someone accidentally hit the delete button it will delete the data entry without asking.
so is there simple way to prevent this thing /
what about a simple javascript popup box that ask the question....can use that to kill or keep the process running to delete the object
do you know how to use that javascript code, bcoz i dont know anything about javascript
you can add this to the delete-link:
onclick="javascript: return confirm('blalalala?');"
[EDIT]its 'javascript', not 'java script'... for some reason i cant change that[/EDIT]
thank you
yup it's works like a charmmmm
thank you bery much