Member
Member
midas   2010-09-08, 05:15
#1

Hi
My site www.winnicki.us.
Description on album page work correctly but rating not work.
Im using innerhtml.

    function loaddata(div_id,option, param, value)
    {
        if (window.XMLHttpRequest)
          {// code for IE7+, Firefox, Chrome, Opera, Safari
          xmlhttp=new XMLHttpRequest();}
        else
          {// code for IE6, IE5
          xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");}

        xmlhttp.onreadystatechange=function()
          {if (xmlhttp.readyState==4 && xmlhttp.status==200)
            {document.getElementById(div_id).innerHTML=xmlhttp.responseText;}}
        xmlhttp.open("GET",httpphp+"?op="+option+"&"+param+"="+value,true);
        xmlhttp.send();
    }

Krzysztof

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.