-
19th Annual Government Opportunities Business Conference (GOBC) – Volk Field, Camp Douglas WI
19th Annual Government Opportunities Business Conference (GOBC) – Volk Field, Camp Douglas WI
function removeNavigation() { var iframe = document.getElementById('myIframe'); var iframeDoc = iframe.contentDocument || iframe.contentWindow.document; var navElements = iframeDoc.querySelectorAll('.navigation, .menu, .header, .footer'); // Adjust selectors as needed navElements.forEach(function(nav) { nav.style.display = 'none'; }); }