Código Javascript
:
Ver original$("#prospectos").click(function(){
$.ajax({
type: "post",
url: "prospectos.php",
dataType: "html",
success: function(result) {
$("#cajaInf").html(result);
}
});
});
donde #prospectos es el id del boton y #cajaInf es el div donde carga