home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / internet / Webmaster / _SETUP.4 / Group3 / dogyear.jav < prev    next >
Text File  |  1999-06-26  |  540b  |  28 lines

  1. <!---BeginTitle--->Your Age in Dog Years<!---BeginJAVHead---><SCRIPT LANGUAGE="LiveScript">
  2.  
  3. <!-- 
  4.  
  5. function fido (form)
  6.  
  7. {form.dogyears.value = form.humanyears.value/7}
  8.  
  9. //-->
  10.  
  11. </SCRIPT><!---BeginJAVBody---><FORM><STRONG>Enter your age:</STRONG>
  12.  
  13. <INPUT TYPE ="text" NAME="humanyears" SIZE=15 >
  14.  
  15. <BR><P>
  16.  
  17. <INPUT TYPE ="button" VALUE="Calculate" ONCLICK="fido(this.form)">
  18.  
  19. <BR><P>
  20.  
  21. <STRONG>Your age in Dog Years is:</STRONG>
  22.  
  23. <INPUT TYPE="text" NAME="dogyears" SIZE=15 >
  24.  
  25. <BR>
  26.  
  27. </FORM></CENTER><!--EndJAVBody-->
  28.