| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/icd/administrator/components/com_mobilejoomla/js/ |
Upload File : |
function change(id, markup, el) {
el.innerHTML = '<img src="components/com_mobilejoomla/images/ajax-16.gif" width="16" height="16" />';
var URL = 'index.php?option=com_mobilejoomla&extmanager='+mj_extmanager_action+'&id='+id+'&markup='+markup;
if(typeof Request == "function"){
new Request.HTML( {
url: URL,
method: 'get',
noCache: true,
onSuccess : function(tree, elements, response){
el.innerHTML = response;
}
}).send();
} else if(typeof Ajax == "function"){
new Ajax( URL, {
method: 'get',
onComplete: function(response){
el.innerHTML = response;
}
}).request();
}
}