Widget:GOV-Test: Unterschied zwischen den Versionen
Aus Altes Köln
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
<div id="external-content"></div> | <div id="external-content"></div> | ||
<script> | <script> | ||
fetch('https:// | fetch('https://altes-koeln.de/wiki/Sch%C3%B6nrath') | ||
.then(response => response.text()) | .then(response => response.text()) | ||
.then(data => { | .then(data => { | ||
Zeile 21: | Zeile 21: | ||
<h1>Object</h1> | <h1>Object</h1> | ||
<object data="https:// | <object data="https://altes-koeln.de/wiki/Sch%C3%B6nrath" width="600" height="400"></object> | ||
<h1>Iframe</h1> | <h1>Iframe</h1> | ||
<iframe src="https:// | <iframe src="https://altes-koeln.de/wiki/Sch%C3%B6nrath" width="600" height="400"></iframe> |
Version vom 12. Januar 2025, 15:52 Uhr
Javascript
<script>
fetch('https://altes-koeln.de/wiki/Sch%C3%B6nrath') .then(response => response.text()) .then(data => { document.getElementById('external-content').innerHTML = data; }) .catch(error => { console.error('Error loading external content:', error); });
</script>
Einfaches HTML
Hello World
Die GOV-Daten <a href="https://gov.genealogy.net/item/show/HOHAUSJO30MX">finden Sie hier</a>.
Object
Object
<object data="https://altes-koeln.de/wiki/Sch%C3%B6nrath" width="600" height="400"></object>
Iframe