You need to define a javascript callback function in your web-page then add the callback parameter to your thingspeak URL to call that function.
Your callback function will receive the html response as a string which you can load into a div like your existing ausgeben() function does.