id = "$id_objet"; id = parseInt(id); if (id > 0 && id < 9999999999) { app.rechargerJson(id); $.modalboxclose(); } if (id === 9999999999) { app.rechargerJson(); $.modalboxclose(); } delete id; EOJS; return $html; }