Читайте также: |
|
function getXHR() { var xhr = null; if (window.XMLHttpRequest) { xhr = new XMLHttpRequest(); } else if (window.createRequest) { xhr = window.createRequest(); } else if (window.ActiveXObject) { try { xhr = new ActiveXObject('Msxml2.XMLHTTP'); } catch (e) { try { xhr = new ActiveXObject('Microsoft.XMLHTTP'); } catch (e) {} } } return xhr; } function ajxjlVote(cid, vtype){ cid = parseInt(cid); vtype = parseInt(vtype); if (cid > 0 && vtype >= 0) { var xhr = getXHR(); document.getElementById('loadimg_'+cid).style.display = 'inline'; document.getElementById('voteButtons_'+cid).style.display = 'none'; xhr.onreadystatechange = function(){ if(xhr.readyState == 4 && xhr.status == 200) { var response = eval('(' + xhr.responseText + ')'); document.getElementById('loadimg_'+cid).style.display = 'none'; document.getElementById('voteButtons_'+cid).innerHTML = response.text+'
'; document.getElementById('jllikecnt_'+cid).innerHTML = response.plus; document.getElementById('jlnotlikecnt_'+cid).innerHTML = response.minus; document.getElementById('voteButtons_'+cid).style.display = 'inline'; } } xhr.open("POST","http://mission-center.com/components/com_jlvotes/ajax.php",true); xhr.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xhr.send("cid="+cid+"&vtype="+vtype); } }
Дата добавления: 2015-08-05; просмотров: 52 | Нарушение авторских прав
<== предыдущая страница | | | следующая страница ==> |
О БОЛЕЗНЯХ ДИСКУССИИ, ДИСПУТА И ДИАЛОГА | | | Введение в тему. |