I am using the slider control and it works great!!!
I would like to try an take it one step further by storing the value in MySql and then restoring the slider value when I return to that page by getting the value back from MySql. How could I call an AJAX script from the slider when the I get the onChange event???
Or maybe somehow pass the value of the slider to a php snippet?
Thanks
Hello,
You can use dhtmlxAjax in this case. Please, take a look at the sample
dhtmlx.com/docs/products/dhtmlxA … quest.html
Thanks I will check it out!