home *** CD-ROM | disk | FTP | other *** search
- <ccResource>
- <ccTitle>
- Seconds on Page
- </ccTitle>
- <ccCategory>
- Clocks
- </ccCategory>
- <ccDescription>
-
- </ccDescription>
- <ccInstructions>
-
- </ccInstructions>
- <ccHeadContent>
-
- </ccHeadContent>
- <ccBodyContent>
- <table border="0">
- <tr>
- <td align="center"><font face="Arial"><strong>You have been here for :</strong></font></td>
- <td align="center"><form name="coffee">
- <p><input type="text" size="8" name="d2"></p>
- </form>
- </td>
- <td align="center"><font face="Arial"><strong>seconds and counting.</strong></font></td>
- </tr>
- </table>
-
- <SCRIPT LANGUAGE="JavaScript1.2">
-
- <!-- Script supplied with CoffeeCup HTML Editor -->
- <!-- www.coffeecup.com -->
-
- var ccmilisec=0
- var ccseconds=0
- document.coffee.d2.value='0'
- function display(){
- if (ccmilisec>=9){
- ccmilisec=0
- ccseconds+=1
- }
- else
- ccmilisec+=1
- document.coffee.d2.value=ccseconds+"."+ccmilisec
- setTimeout("display()",100)
- }
- display()
-
- </SCRIPT>
-
- </ccBodyContent>
- <ccElementContent>
-
- <ccElementName></ccElementName>
- <ccElementAction></ccElementAction>
-
- </ccElementContent>
- <ccExtraData>
-
- </ccExtraData>
- </ccResource>