Thank you for your reaction, the response is:
<html>
<body>
<span id='content'>test</span>
</body>
</html>
So somehow it won't load into the div in the main document... I don't see why. I'm loading the content of the element with id='content' into my div with id="result"... well I'm not, that's what I'm trying to do, but is doesn't load...
Niellles