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: boozy woozy -> https://www.angelfire.com/pa/drunkasaskunk

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

</script>

Email: boozywoozy@hotmail.com