Return to Snippet

Revision: 22339
at January 10, 2010 05:51 by math89


Initial Code
function CONFIRM(){if (!confirm
("Change this to your message"))
history.go(-1);return " "}
document.writeln(CONFIRM())

Initial URL


Initial Description
Popup on load page, if the visitor clicks Cancel, they will be returned to the previous page.

Initial Title
Popup alert on entering a webpage, with comfirm enrty

Initial Tags


Initial Language
JavaScript