home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Limit Time On Page
- </ccTitle>
- <ccCategory>
- Clocks
- </ccCategory>
- <ccDescription>
-
- </ccDescription>
- <ccInstructions>
- Change the countdown (30) and destination URL to your own. You can also change the countdown message displayed.
- </ccInstructions>
- <ccHeadContent>
-
- </ccHeadContent>
- <ccBodyContent>
- <SCRIPT LANGUAGE="Javascript">
- <!-- Script supplied with CoffeeCup HTML Editor -->
- <!-- www.coffeecup.com -->
-
- var coffeecountdown = "30"
-
- function doCount() {
- if (coffeecountdown > 0) {
- coffeecountdown--
- }
- else {
- document.location = "http://www.coffeecup.com"
- }
-
- window.status=coffeecountdown + " seconds left until redirect"
- setTimeout('doCount()',1000)
- }
-
- doCount()
-
- </SCRIPT>
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>