| You are here: DEVPPL ‹ Forum ‹ Programming ‹ JavaScript Forum |
NOTIFICATIONS
|
|
|||||||||||||||
Login |
Alert box displaying much fetched content
1 post
• Page 1 of 1
0
Alert box displaying much fetched content
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!!!
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!!!
- Kkurek
- Reputation: 0
- Posts: 1
- Joined: Thu Oct 27, 2011 10:03 am
- Highscores: 0
- Arcade winning challenges: 0
Alert box displaying much fetched content - Sponsored results
- Sponsored results
|
|