% var bardo__MMColParam = "5"; if (String(Request("MM_EmptyValue")) != "undefined" && String(Request("MM_EmptyValue")) != "") { bardo__MMColParam = String(Request("MM_EmptyValue")); } %> <% var bardo = Server.CreateObject("ADODB.Recordset"); bardo.ActiveConnection = MM_municipalite_STRING; bardo.Source = "SELECT Ref, TitreFR, texteFR FROM contenu WHERE Ref = "+ bardo__MMColParam.replace(/'/g, "''") + ""; bardo.CursorType = 0; bardo.CursorLocation = 2; bardo.LockType = 1; bardo.Open(); var bardo_numRows = 0; %>