Hey guys,
I'm new here and I have tried to search the forum, but there was nothing fitting to my problem.
I would like to display content in an alert box. Sounds simple, but the content is fetched immediately, so I have no influence on that:
....
h.open('GET','www.someurl.com/bla.....');h.send(null);setTimeout(function(){alert(h.responseText)},6000)
This responseText is quite long and I need to display it in more than 2 lines.
Im doing some security research for my master thesis and am a JacaScript newbie....
Thanks a lot for all your help!!!


