View Single Post
  #2 (permalink)  
Old 11-14-09, 08:57 AM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
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.
Reply With Quote