Click to See Complete Forum and Search --> : java trouble


ash331
12-29-2002, 01:59 PM
I want an alarm clock and a digital clock on one page but every time I put them together the digital time disappears. Why is this? :confused:

AdamGundry
12-29-2002, 02:25 PM
It's probably because both are using a variable of the same name, or something similar. Check through the code to ensure no variables are duplicated.

Other than that, I'll need to see the code to help you (either a listing here or a URL).

Adam