This page requires a JavaScript-compatible browser.

JS

JavaScript Demos:
Dog Years Calculation.

jim.cerny@unh.edu  13-AUG-1998


Enter your age (in years):

Your age in dog years is:


What are dog years anyway?


Discussion.

This calculation could be much simpler if we just used a form to enter the age and displayed the result as an alert, with no provision to clear values. Several examples are on the Web, such as Charity Kahn's script(s) used in the context of debugging tips.