Hi, I'm trying to do an HTTP Post using Javascript. I'm using the code reported here: http://stackoverflow.com/questions/133925/javascript-post-request-like-a-form-submit
and it works fine.
But I need to remain in the same page while the HTTP Post is sent.
How can I do? Thx