File "IE8.php"

Full Path: /home/analogde/www/CGI/MASSAGE_TEST/IE8.php
File size: 100 bytes
MIME-type: text/plain
Charset: utf-8

var xhr;
xhr = new XMLHttpRequest();
xhr.open("GET", "http://myurl.php", true);
xhr.timeout = 10000;