Offline Notepad View raw

Shared snapshot

Blackhole

1a8e04da 1a8e04da Https://Offlinenotepad.com/1a8e04da

    function refreshIframe(button) {
        const iframe = button.closest('.iframe-container').querySelector('iframe');
        iframe.src = iframe.src;
    }

    function changeIframeUrl(input) {
        const iframe = input.closest('.iframe-container').querySelector('iframe');
        iframe.src = input.value;
    }
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js"></script>