home *** CD-ROM | disk | FTP | other *** search
- <HTMLtool>Asks the visitor whether to enter the page or to stay out</HTMLtool>
- <!-- This script allows the user confirm entering the page -->
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- function Info()
- {
- if (!confirm("You are about to enter a site of extreme coolness. Press <OK> to enter. Press <Cancel> if you want to go to somewhere less exciting."))
- history.go(-1);return " "
- }
-
- document.writeln(Info())
- -->
- </SCRIPT>
-