Game:520 Unit 2 Study Buddy: Difference between revisions
Jump to navigation
Jump to search
Updated to embed game directly using HTMLet Tag: Replaced |
Auto-loading iframe using JavaScript |
||
| Line 1: | Line 1: | ||
< | <div id="game-frame-container"></div> | ||
<script> | |||
document.addEventListener('DOMContentLoaded', function() { | |||
var container = document.getElementById('game-frame-container'); | |||
if (container) { | |||
container.innerHTML = '<iframe src="https://wiki.docmoates.com/index.php?title=Game/520 Unit 2 Study Buddy&action=raw" style="position:fixed; top:0; left:0; width:100%; height:100%; border:none; z-index:9999;" frameborder="0" allowfullscreen></iframe>'; | |||
} | |||
}); | |||
</script> | |||
<noscript> | |||
<p style="text-align:center; margin:50px; font-size:18px;"> | |||
JavaScript is required to load this study application.<br> | |||
<a href="https://wiki.docmoates.com/index.php?title=Game/520 Unit 2 Study Buddy&action=raw">Click here to launch the game manually</a> | |||
</p> | |||
</noscript> | |||
[[Category:Herzing University/Games]] | [[Category:Herzing University/Games]] | ||
[[Category:HU NSG 520 Pathophysiology and Pharmacology]] | [[Category:HU NSG 520 Pathophysiology and Pharmacology]] | ||
Revision as of 22:11, 17 January 2026
<div id="game-frame-container"></div>
<script>
document.addEventListener('DOMContentLoaded', function() {
var container = document.getElementById('game-frame-container');
if (container) {
container.innerHTML = '<iframe src="https://wiki.docmoates.com/index.php?title=Game/520 Unit 2 Study Buddy&action=raw" style="position:fixed; top:0; left:0; width:100%; height:100%; border:none; z-index:9999;" frameborder="0" allowfullscreen></iframe>';
}
});
</script>
<noscript>
<p style="text-align:center; margin:50px; font-size:18px;">
JavaScript is required to load this study application.<br>
<a href="https://wiki.docmoates.com/index.php?title=Game/520 Unit 2 Study Buddy&action=raw">Click here to launch the game manually</a>
</p>
</noscript>
[[Category:Herzing University/Games]]
[[Category:HU NSG 520 Pathophysiology and Pharmacology]]