Birth on in Maastricht (Netherlands)

Father

Michel Lejeune

Mother

Maria Anna Elisabeth Murrer

Child (male)


Source citation

Historic Center Limburg, Civil registration births
Burgerlijke Stand in Limburg, Maastricht, archive 12.059, inventory number 41, May 17, 1856, record number 339



Internet address

  • https://www.openarchieven.nl/rhl:4e254f66-4bb2-4728-0973-e4d4c612bba8

LoginTo have Open Archives automatically search for additional information and related documents, you must be logged in.


Comments

Are you the first person who provides additional information?


You are not logged in yet

Login
Not a subscriber? View subscriptions

Find your ancestors and publish your family tree on Genealogy Online via https://www.genealogieonline.nl/en/

Inloggen vereist

Je moet ingelogd zijn om een reactie te plaatsen.

document.addEventListener("DOMContentLoaded", () => { const dialog = document.getElementById("comment-login-dialog"); const openBtn = document.getElementById("com_add_knop"); const btnLogin = document.getElementById("comb_but"); const btnCancel = document.getElementById("fav_cancel"); // Set dialog properties dialog.style.width = "540px"; dialog.style.height = "auto"; // Open dialog openBtn.addEventListener("click", () => { if (typeof dialog.showModal === "function") { dialog.showModal(); } else { dialog.setAttribute("open", "true"); } }); // Redirect to login btnLogin.addEventListener("click", () => { window.location.href = "/my/?after=refer"; }); // Close dialog btnCancel.addEventListener("click", () => { dialog.close(); }); // Optional: click outside to close (native dialog behavior enhancement) dialog.addEventListener("click", (event) => { const rect = dialog.getBoundingClientRect(); const inside = event.clientX >= rect.left && event.clientX <= rect.right && event.clientY >= rect.top && event.clientY <= rect.bottom; if (!inside) { dialog.close(); } }); });