Rabbitweb using sliders instead of POST HTML...

I’m trying to implement object oriented sliders rather than using a POST operation to pass values to my c program… I’ve successfully done the examples which load up a form webpage to the rabbit web server and when I submit those values, they all pass in fine.

My problem is that I want to implement sliders and while I can get my webpage to work fine and update HTML variables when I move the sliders, I’m having trouble writing the right kind of ZHTML to pass the slider values into the C program… I’ve tried all kinds of things like and tried to use but it’s the other way, into the c code, that I just can’t seem to get… Are the forms with the POST method the only way to do this? That seems hard to believe…

ANY HELP or INSIGHT AT ALL on this would be GREATLY appreciated. Thanks.

-al:confused:

I would install Firebug (a Firefox extension), and then inspect exactly what the web pages is sending back to the Rabbit server. It is likely that it expects a very specific bunch of POST or GET variables.