function updateIframe() { var loc = window.location.search; iframe = document.getElementById('stattbuchung'); iframe.src = iframe.src +loc; }
Skip to main content