SyntaxFix
Write A Post
Hire A Developer
Questions
To redirect:
function DeleteJob() { if (confirm("Do you really want to delete selected job/s?")) window.location.href = "your/url"; else return false; }