prueba ha declarar el form asi:
Código html:
Ver original<form id="form_izq" method:"POST" onsubmit="FAjax('imagengrafica.php','graficai','campo='+document.getElementById('select3').options[document.getElementById('select3').selectedIndex].value+'&mes='+document.getElementById('select1').options[document.getElementById('select1').selectedIndex].value+'&tip_presu='+document.getElementById('select2').options[document.getElementById('select2').selectedIndex].value,'POST')">
Aunque creo que asi bastaría
Código html:
Ver original<form id="form_izq" method:"POST" onsubmit="FAjax('imagengrafica.php','graficai','campo='+document.getElementById('select3').value+'&mes='+document.getElementById('select1').value+'&tip_presu='+document.getElementById('select2').value,'POST')">
Saludos,