Thread: countdown
View Single Post
Old 04-04-2009, 09:42 PM   #13 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Quote:
Originally Posted by Krik View Post
The "innerHTML" of the "mycount1" div is
HTML Code:
<span class="style6"><span class="style8"><span class="style9"></span></span></span>
So "<span class="style6"><span class="style8"><span class="style9"></span></span></span> - 1 = NaN".

If you must have all those spans, which looking at them I question their propose but make a mess of your code, set the id of the one the holds the numeric value to mycount1, mycount2 ect.

Also looking at your code again you still havn't place a numeric value inside of the any element for the javascript to retrieve and modify. All 4 starting numbers must be there or nothing will happen.
Ok I removed the SPAN's, now it's just blank?
allworknoplay is offline  
Reply With Quote