avatar

Server browser  

 Details of the Server  
 Shoutbox

function refresh2_chatbox() { var data = 'refresh2=1'; $.ajax({ type: "POST", url: "getChat.php", data: data, success: function(html){ // this happen after we get result $("#chat").html(html); } }); }