<%@LANGUAGE="JAVASCRIPT"%> <% var Sousmenus__MMColParam = "15"; if(String(Request("MM_EmptyValue")) != "undefined") { Sousmenus__MMColParam = String(Request("MM_EmptyValue")); } %> <% var Sousmenus = Server.CreateObject("ADODB.Recordset"); Sousmenus.ActiveConnection = MM_SitedevLocal_STRING; Sousmenus.Source = "SELECT * FROM int_ssme WHERE int_ssme_id = "+ Sousmenus__MMColParam.replace(/'/g, "''") + ""; Sousmenus.CursorType = 0; Sousmenus.CursorLocation = 2; Sousmenus.LockType = 3; Sousmenus.Open(); var Sousmenus_numRows = 0; %> <% var MM_paramName = ""; %> <% // *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters // create the list of parameters which should not be maintained var MM_removeList = "&index="; if (MM_paramName != "") MM_removeList += "&" + MM_paramName.toLowerCase() + "="; var MM_keepURL="",MM_keepForm="",MM_keepBoth="",MM_keepNone=""; // add the URL parameters to the MM_keepURL string for (var items=new Enumerator(Request.QueryString); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepURL += "&" + items.item() + "=" + Server.URLencode(Request.QueryString(items.item())); } } // add the Form variables to the MM_keepForm string for (var items=new Enumerator(Request.Form); !items.atEnd(); items.moveNext()) { var nextItem = "&" + items.item().toLowerCase() + "="; if (MM_removeList.indexOf(nextItem) == -1) { MM_keepForm += "&" + items.item() + "=" + Server.URLencode(Request.Form(items.item())); } } // create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL + MM_keepForm; if (MM_keepBoth.length > 0) MM_keepBoth = MM_keepBoth.substring(1); if (MM_keepURL.length > 0) MM_keepURL = MM_keepURL.substring(1); if (MM_keepForm.length > 0) MM_keepForm = MM_keepForm.substring(1); %> BEAC - La CEMAC
Index > La BEAC > CEMAC

Communauté Économique et Monétaire de l'Afrique Centrale
(CEMAC
)

 


Les pays membres de la CEMAC

Certains documents proposés sont au format PDF et nécessitent le logiciel ADOBE ACROBAT pour leur visualisation.
Si vous ne disposez pas d' ACROBAT READER, cliquez sur l'icône pour le télécharger.

 

 
<% Sousmenus.Close(); %>