How can I submit the value of this slider to a CGI application (like you would a check box)? Not sure if the input tag for the slider is messing something up?
<div class='slider' id='slider-1' tabIndex='1'> <input class='slider-input' id='slider-input-1' name='slider-input-1'/> </div>
OK got it: