Script Categories













Messages >>> Confirm Entry.

This JavaScript askes you if you would like to continue. If you say "OK", it loads the page. If you click "CANCEL" (kinda like no) then it takes you back where you came from.

Done!

Add the below code to the <body> section of your page:

<script language="javascript" type="text/javascript">
/* Visit http://www.yaldex.com/ for full source code
and get more free JavaScript, CSS and DHTML scripts! */
<!-- Begin
var agree=confirm("I'd like to show you how to get this exact JavaScript message script.  OK?");
if (!agree)
history.go(-1);
// End -->
</script>
<h3 align="center">Done!</h3>

JavaScript Editor Get Advanced
JavaScript and Ajax Editor,
Validator and Debugger!

1st JavaScript Editor.



Code was highlighted by 1st JavaScript Editor (The Best JavaScript Editor!).




©