in reply to Re: How do I pass a data structure with CGI redirect
in thread How do I pass a data structure with CGI redirect
Instead of using Javascript you can use LWP to place the data on the remote CGI with a unique id, and then redirect the client to the remote script and pass the unique id to it.
Instead of LWP you could also use SOAP, XML::RPC etc.
This way it will work for all browsers.