I am building a web application that's purely dependent on services. so, the client side code is purely html, javascript/jQuery which calls some REST services to render UI. i would need to pass a jSON object from one html page to other html page. The target html page will need to open in new window..
Is there an easy & efficient way to accomplish the same?
I am reading through backbone routers etc..., but was wondering if that's an overkill. please advice.
Few considerations:
need a cross browser (if not really old browsers) solution and can not pass as part of query string. as this will be quite big