/ Published in: JavaScript
Popup on load page, if the visitor clicks Cancel, they will be returned to the previous page.
Expand |
Embed | Plain Text
function CONFIRM(){if (!confirm ("Change this to your message")) history.go(-1);return " "} document.writeln(CONFIRM())
You need to login to post a comment.
