I'm getting a json object from the server. If the json object has "redirect" as its status i'm calling a function to reload a little part of the page and then ...
i want to redirect a page and attach json data with it.
i am currently using window.location.href command
and i am adding GET paramaters with it.
how can i add JSON data?
THanks in advance
...