|
In the version, 2.8.5, it can not work of ajax sub-menu in the demo.html. I run in IIS6 and IE8. Robert J. Hwang |
|
If you try it on my on line demo page you'll see that it's working fine... I think that issue depends on your IIS6 configuration... If you check for errors in your developer console maybe you can understand what is the matter. Usually this can happen if your server doesn't allow POST requests; if this is your case than you need to change all the ajax call from POST to GET. Bye, Matteo Yes, you are right. That's about IIS6 configuration, and when I change the method to "GET", it works very well, Thanks for your help.
(Jun 25 '10 at 04:55)
Robert Hwang
|


