No incidents
No incidents

Contact us

Open netwerk

Contact us

Remplissez le formulaire ci-dessous et découvrez le potentiel de la fibre dédiée pour votre organisation.

document.addEventListener("DOMContentLoaded", function () { // Find all iframes that start with "https://resources.eurofiber.com" const iframes = document.querySelectorAll("iframe"); iframes.forEach((iframe) => { if (iframe.src.startsWith("https://resources.eurofiber.com")) { // Extract query parameters from the parent page URL const queryParams = new URLSearchParams(window.location.search); const queryData = Object.fromEntries(queryParams.entries()); // Convert to object if (Object.keys(queryData).length > 0) { // Send query parameters to the iframe once it loads iframe.onload = function () { iframe.contentWindow.postMessage({ queryParams: queryData }, "https://resources.eurofiber.com"); }; } } }); }); -->