UNTER BAUSTELLE

This commit is contained in:
martyTF 2026-06-17 18:12:21 +02:00
parent 08510d9ccb
commit 93c19b1d81
7 changed files with 114 additions and 5 deletions

View file

@ -22,6 +22,6 @@ function getCookie(cname) {
};
function show(content) {
var cont = document.getElementById(content);
cont.src=content
var cont = document.getElementById("content");
cont.innerHTML="<embed src='" + content + ".html' id='content_embed'>";
};