self.close();" ); $bannette = new bannette($id_bannette) ; $bannette->construit_diff() ; header("Content-Disposition: attachment; filename=bibliographie.doc;"); header('Content-type: application/msword'); header("Expires: 0"); header("Cache-Control: must-revalidate, post-check=0,pre-check=0"); header("Pragma: public"); echo "".$bannette->document_diffuse.""; //print pmb_bidi($bannette->document_diffuse) ;