jonni09lo muchas gracias por tu respuesta, debería quedar algo así?
Código PHP:
if($resultado == true){
$respuestaOK = true;
$mensajeError = "Se agrego la tarea";
$contenidoOK = { ob_start();
include("inbox.php?pagina=bandeja");
$content = ob_get_contents();
ob_end_clean();
}
Otra pregunta, al dar al boton guardar, no entra en la funcion response salta directamente al else que dice "ERROR GENERAL DELSISTEMA".
He revisado con firebug, pero no larga ningun error, notice o warning.
Saludos.