Okay, I'll explain it..
I have a page with a form, when I submit the form, I validate it via jQuery ajaxSubmit. Then when I return it to 'true", the form won't submit itself physically. So, It try to redirect it from javascript. But, it doesn't work well. The page can be redirected but the destination page can't read the data. In the other word, the form can't be submitted when I redirect the page..
So, is it possible to make the data readable by the destination page when I redirect it via javascript?
Thanks,
Sory for my English..