JSP slider web control
Hello,
I am working on a web application in which users can rate items on a scale [0,1]. This is currently being done with radio buttons, but it is necessary that it be changed to some kind of slider control. I have found some sliders done in JavaScript but I was wondering if there is another way to do it that does not use JavaScript. Would I be able to do this with JSP? Can someone give me a pointer on what direciton to go in order to create this slider control? Thanks. I really appreciate it.
developer_blue

