Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by csheri on Apr 16, 2009 12:56
open dhtmlx forum
slider question

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
Answer posted by Alex on Apr 17, 2009 01:57

Hello, 

You can use dhtmlxAjax in this case. Please, take a look at the sample

http://dhtmlx.com/docs/products/dhtmlxAjax/samples/samples_of_usage/send_request.html

Answer posted by csheri on Apr 17, 2009 05:56
Thanks I will check it out!