codice:
$.ajax({   type: "POST",   
url: "lato_server.php",   data: "tasto= ??? ",  
dataType: "html",   
success: function(msg){     $("div#risposta").html(msg);   },  
 error: function(){     alert("Chiamata fallita!!!");   } }