Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/schaatsspel/overzichten/uitslagen/uitslagen-javascript.php on line 4
Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/schaatsspel/overzichten/uitslagen/uitslagen-javascript.php on line 4
Warning: include() [function.include]: Failed opening 'shared/gameData.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wielersp/public_html/schaatsspel/overzichten/uitslagen/uitslagen-javascript.php on line 4
var documentRoot="overzichten/uitslagen/";
window.onload=bijladen;
function bijladen() {
laadBody();
laadRecent();
vulProgramma();
}
function selecteerProgramma() {
for (var i=0; i3) laadAfstanden(document.frm.programmaSel.options[i].value);
}
function laadBody() {
voegToeBuffer("neemBody", "body.html");
}
function laadProgramma() {
voegToeBuffer("neemProgramma", "geefProgramma.php");
}
function laadRecent() {
voegToeBuffer("neemRecent", "geefRecenteUitslag.php");
}
function laadAfstanden(id) {
if (id==0) return false;
var parameters=new Array ("id="+id, "soort=uitslag");
voegToeBuffer("neemAfstanden", "geefAfstanden.php", parameters);
}
function laadUitslag(id) {
if (id==0) return false;
var parameters=new Array ("id="+id);
voegToeBuffer("neemUitslag", "geefUitslag.php", parameters);
}
function vulProgramma() {
voegToeBuffer("neemProgrammaSerie", "geefProgrammaSerie.php");
}
function neemBody() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
document.getElementById("inhoudBody").innerHTML=xmlHttp.responseText;
verwijderBuffer("neemBody");
}
function neemProgramma() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
document.getElementById("programmaTabel").innerHTML=xmlHttp.responseText;
verwijderBuffer("neemProgramma");
}
function neemRecent() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
feedback=xmlHttp.responseText.split("~~~");
laadAfstanden(feedback[0]);
laadUitslag(feedback[1]);
document.getElementById("recent").innerHTML=feedback[2];
verwijderBuffer("neemRecent");
}
function neemAfstanden() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
var programma=xmlHttp.responseText.split("~~~");
document.getElementById("detailsKop").innerHTML=programma[0];
document.getElementById("afstandenTabel").innerHTML=programma[1];
document.getElementById("uitslagTabel").innerHTML="";
verwijderBuffer("neemAfstanden");
}
function neemUitslag() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
document.getElementById("uitslagTabel").innerHTML=xmlHttp.responseText;
verwijderBuffer("neemUitslag");
}
function neemProgrammaSerie() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
programmaSerie=xmlHttp.responseText.split("~~~");
document.frm.programmaSel[0]=new Option("
Fatal error: Call to undefined function showtext() in /home/wielersp/public_html/schaatsspel/overzichten/uitslagen/uitslagen-javascript.php on line 94