

HomeAboutPeopleEventsResearchRTGGuest ProgrammeImpressum
From SFB1085 - Higher Invariants
Jump to navigationJump to search
Current guests of the SFB
current guests
<script> function loadPage(href) {
var xmlhttp = new XMLHttpRequest();
xmlhttp.open("GET", href, false);
xmlhttp.send();
return xmlhttp.responseText;
}
function Initialize_Guestlist_present() {
/* evil hack to handle same origin restriction*/
document.getElementById('guest_list_present').innerHTML = loadPage('/Fakultaeten/MAT/Hellus/FGListe/Test/list_nur_Inhalt_istda.php');
}
Initialize_Guestlist_present(); </script>