Hi dev, I am working on http analytics dashboard, there we have a date time picker gadget. Once a date time range is selected, the gadget publishes those information to a topic so that other gadgets in the same page can update accordingly.
I have several pages, I am trying to preserve the date time selection from one page to another. The approach I am trying is to update the url parameters (start_time and end_time) when a date time selection is made. I am using *window.parent.history.**pushState* for this purpose. This works fine. But when I navigate to another page, these URL parameters are lost. If I set the URL parameters and reload the page, they are preserved in the other pages as well. I am looking for a way to accomplish this without reloading the page. Have we come across a similar requirement before? -- Best Regards, Kalpa Welivitigoda Senior Software Engineer, WSO2 Inc. http://wso2.com Email: [email protected] Mobile: +94776509215 [image: http://wso2.com/signature] <http://wso2.com/signature>
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
