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

[533 byte] By [developer_bluea] at [2007-10-3 2:34:53]
# 1
No, not without refreshing the screen a whole bunch of times. JSP/Servlets are server side technology.Use the Javascript slider. It's the way to go...
linxpdaa at 2007-7-14 19:33:49 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...