home *** CD-ROM | disk | FTP | other *** search
/ PC User 2005 May / CD / PCU0505CD.iso / software / full / coffecup / files / html2005.exe / %MAINDIR% / Javascript / SecondsOnPage.xml < prev    next >
Encoding:
Text File  |  2005-02-16  |  1.2 KB  |  61 lines

  1. <ccResource>
  2.   <ccTitle>
  3. Seconds on Page
  4.   </ccTitle>
  5.   <ccCategory>
  6. Clocks
  7.   </ccCategory>
  8.   <ccDescription>
  9.  
  10.   </ccDescription>
  11.   <ccInstructions>
  12.  
  13.   </ccInstructions>
  14.   <ccHeadContent>
  15.   
  16.   </ccHeadContent>
  17.   <ccBodyContent>
  18. <table border="0">
  19. <tr>
  20. <td align="center"><font face="Arial"><strong>You have been here for :</strong></font></td>
  21. <td align="center"><form name="coffee">
  22. <p><input type="text" size="8" name="d2"></p>
  23. </form>
  24. </td>
  25. <td align="center"><font face="Arial"><strong>seconds and counting.</strong></font></td>
  26. </tr>
  27. </table>
  28.  
  29. <SCRIPT LANGUAGE="JavaScript1.2">
  30.  
  31. <!-- Script supplied with CoffeeCup HTML Editor -->
  32. <!--             www.coffeecup.com              -->
  33.  
  34. var ccmilisec=0
  35. var ccseconds=0
  36. document.coffee.d2.value='0'
  37. function display(){
  38. if (ccmilisec>=9){
  39. ccmilisec=0
  40. ccseconds+=1
  41. }
  42. else
  43. ccmilisec+=1
  44. document.coffee.d2.value=ccseconds+"."+ccmilisec
  45. setTimeout("display()",100)
  46. }
  47. display()
  48.  
  49. </SCRIPT>
  50.  
  51.   </ccBodyContent>
  52.   <ccElementContent>
  53.   
  54.    <ccElementName></ccElementName>
  55.    <ccElementAction></ccElementAction>
  56.    
  57.   </ccElementContent>
  58.   <ccExtraData>
  59.  
  60.   </ccExtraData>
  61. </ccResource>