File "ajax.js"

Full path: E:/sites/Single15/tinmung2007/webroot/Holiday/GiangSinh/_Phim/ChanPhuoc/video_1/js/ajax/ajax.js
File size: 394 B
MIME-type:
Charset: utf-8

Download   Open   Back

function processAjax(url, targetDiv)
{
	if (window.XMLHttpRequest) 
	{ // Non-IE browsers
		req = new XMLHttpRequest();
		req.open("GET", url, false);
		req.send(null);
		
	} else
	{ // IE
		req = new ActiveXObject("Microsoft.XMLHTTP");
		if (req)
		{
			req.open("GET", url, false);
			req.send();
		}
	}
	
	document.getElementById(targetDiv).innerHTML = req.responseText;
}

PHP File Manager