SyntaxFix
Write A Post
Hire A Developer
Questions
if (window.confirm('Really go to another page?')) { alert('message'); window.location = '/some/url'; } else { die(); }