You are here: DEVPPL Forum Programming JavaScript Forum
NOTIFICATIONS
54.117
MEMBERS
15.697
TOPICS
62.285
POSTS
  562
FLASH GAMES
7.740
TUTORIALS
 

Login

E-mail:
Password:

Alert box displaying much fetched content

0

Loading

Alert box displaying much fetched content

Postby Kkurek » Thu Oct 27, 2011 10:07 am

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!!!
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

Login to get rid of ads

 

^ Back to Top