function CONFIRM(){if (!confirm ("Please take a moment to read our terms of service before ordering. Thank-you!")) history.go(-1);return " "} document.writeln(CONFIRM()) TOPMARGIN=0 LEFTMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

javascript

Insert this into html page to show ok/cancel box

<title>Alert Box2</title>
<script language="JavaScript">
            function CONFIRM(){if (!confirm
            ("Please click ok if you accept the conditions. Thank-you!"))
      history.go(-1);return " "}
      document.writeln(CONFIRM())
</script>