Thread
:
Javascript function call
View Single Post
#
2
(
permalink
)
11-14-09, 08:57 AM
wirehopper
-
Join Date: Feb 2006
Posts: 2,515
Thanks: 20
Thanked 109 Times in 106 Posts
var = count;
should be
var count
;
I'd consolidate the javascript into the upper block, and ensure the var size declaration is before the change function.
wirehopper
View Public Profile
Find all posts by wirehopper