load () function and Google Chrome

load () function and Google Chrome

Hello! I hope you can help me, because I'm very frustrated!!! I'm using load() to get some data from the server, and it works just fine except for Chrome. All my pages (JSP) are charset iso-8859-1 (it's a very old system) so I think I've set all my pages, server configuration files, servlets, etc but for some reason when I make a request (POST) in Chrome, I get strange characters, something like an A and a code \00xxx (the system is in Spanish, so it needs special chars). It only happens when I send the data via Post, but I can't use GET, because it could have a very large text portion. I hope you can help me, because I really like Chrome and it would be a shame if the system didn't work with it. Works just fine with FF and IE. Any help would be very appreciated.