Topic awaiting preservation: custom JavaScript age calculator (Page 1 of 1) |
|
---|---|
Obsessive-Compulsive (I) Inmate From: Ont, Canada |
posted 08-18-2003 23:22
Okay, I need a bit of help with this. I run a game, sort of sci-fi alien based, and I'd like to create a calcucator that spits out a character's age based on three fields. |
Nervous Wreck (II) Inmate From: Indianapolis, In USA |
posted 08-19-2003 14:56
Add an onChange listener to the last drop down, that calls a function that gets the value of all three selectors and prints it in the text field. |