<Script Language=JavaScript>
function Info(URL)
{
  if (!confirm("Are you sure you really want to go to this page? Click <OK> to enter or <Cancel> to change your mind."))
{return} else {self.location=URL;}
}
</Script>

<center><h1>Confirm Entry</h1></center>

<p>This script simply allows the user to confirm that they really want to go to a particular page. 
Useful for sites with adult content, making disclaimers, warnings of various kinds, and so on.</p>
<p>
<a href=javascript:Info('http://www.shop4all.com')>Click here</a> to try it. (The code is on the following page.)</p>
