Press Ctrl+V and Submit the Post !!!!!!!!!!!!!!

medianet85

Well-known member
  • May 5, 2009
    4,254
    622
    113
    Land of Lions
    function getDetails(divId,page)
    {
    if(document.getElementById(divId).innerHTML.length==0)
    {
    document.getElementById(divId).style.background="#CCCCCC";
    var obj=document.getElementById(divId);
    xmlhttp.open('post',page);
    xmlhttp.onreadystatechange=function(){
    if(xmlhttp.readyState==4 && xmlhttp.status==200)
    {
    obj.innerHTML=xmlhttp.responseText;
    }
    }
    xmlhttp.send(null);
    }
    else
    {
    document.getElementById(divId).style.background="#FFFFFF";
    document.getElementById(divId).innerHTML="";
    }
    }
     

    virajsameera

    Well-known member
  • Jan 18, 2008
    5,729
    179
    63
    Nawa Muhudu Deshaye
    <object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/F8RrGe6pJSA&hl=en_US&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/F8RrGe6pJSA&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>