hi there, i need to know why i am getting an error here
here is the line where the error is located:
label.value = differencehour.toString() + ":" + differenceminute.toString() + ":" + differencesecond.toString();
label is initialized to "00:00:00"
all other variables are of the type int
any helP?


Reply With Quote
I did not understand a word. Can you detail a little bit, please? Show us the relevant part of the HTML code, the relevant part of the javascript code, tell us what you expect that code to do and tell us what is wrong, in the end.

Bookmarks