i am using ajax call in my project. after suceess of ajax call i am create one object and append to url , navigate page
example:
var ob={"name":"xyz",
"no":"123"};
window.location.href="abc.html?data:"+ob;
page is navigated but
how get data from url and parse data .