Javascripts > Javascript Clocks > Limited Page View Script
Script Title: Limited Page View Script
Description: Limit the time that a page is viewed using this script.
Example: Available
Copy the following code between the <BODY></BODY> tags of your html page.<!--Customize the time (90) and dest URL to your own--> <script language="Javascript"> <!-- /* This credit must stay here for use For this script, visit java-scripts.net or http://wsabstract.com */ var countdown = "90" function doCount() { if (countdown > 0) { countdown-- } else { document.location = "http://www.java-scripts.net" } window.status=countdown + " seconds left to view this page." setTimeout('doCount()',1000) } doCount() //--> </script>
Enter your name and email address to have this script sent right to your Inbox for later viewing. First Name Last Name Email