[Javascript] JavaScritpt simple compression code

Hakan M (Backbase) hakan at backbase.com
Fri Feb 18 05:41:32 CST 2005


There is no way you can send it as a POST instead of a GET? GET is evil, 
especially with IIS and Microsofts new "security" updates.
It would have to be a grand novel not to fit in the size limits of a 
POST request.

Regards,
H

Eligio Morgado wrote:
> Hi Paul.
> 
> I tried this as first solution after using XMLHttp :-)
> 
> But there were many problems related with browser security when doing
> submit on _hidden_ forms.
> 
> 
>>What about this:  in JavaScript create a child window, write into it all
>>the data you need to transmit to the server in a hidden form field, submit
>>that form, and close the window.  No compression, but at least you could
>>send everything in one go.
>>
>>Paul
>>
>>
> 
> 
> 



More information about the Javascript mailing list