I have encountered a challenge: I need to transfer an array to another page without using AJAX. My goal is to either redirect the user to the new page or open a popup displaying the new page, all while ensuring the array data is sent via a POST request.
Could someone advise me on how to achieve this in JavaScript? Although I am proficient in JSON encoding my array for transmission, I lack knowledge on how to incorporate the data when redirecting the user to a new page using JavaScript.
My development environment involves ExtJS4, so any solutions utilizing Ext.util would be greatly appreciated.
Thank you!