Javascript Confirm

The Javascript Confirm is about the same thing as the Javascript Alert except for the fact that the person can either go on or go back.
The source...



<script language="Javascript">

<!--
// please keep these lines on when you copy the source
// made by: Nicolas - http://www.javascript-page.com

confirm ("This is a Javascript Confirm")
//-->

</script>

Main Page