Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/schaatsspel/overzichten/puntenSporters/puntenSporters-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/puntenSporters/puntenSporters-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/puntenSporters/puntenSporters-javascript.php on line 4
var documentRoot="overzichten/puntenSporters/";
var standType=2;
var id=0
var menWomen_id=0;
window.onload=bijladen;
function bijladen() {
voegToeBuffer("neemBody", "body.php");
}
function neemBody() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
document.getElementById("inhoudBody").innerHTML=xmlHttp.responseText;
verwijderBuffer("neemBody");
laadStand();
}
function selGeslacht() {
menWomen_id=document.frm.geslachtsel.value;
laadStand();
}
function selAfstand() {
id=document.frm.afstandsel.value;
standType=2;
document.frm.wedstrijdsel.options[0].selected=true;
document.frm.klassel.options[0].selected=true;
laadStand();
}
function selKlas() {
id=document.frm.klassel.value;
standType=1;
document.frm.wedstrijdsel.options[0].selected=true;
document.frm.afstandsel.options[0].selected=true;
laadStand();
}
function selWedstrijd() {
id=document.frm.wedstrijdsel.value;
if ( document.frm.wedstrijdsel.options[i].value != 0 ) {
standType=3;
}
document.frm.afstandsel.options[0].selected=true;
document.frm.klassel.options[0].selected=true;
laadStand();
}
function laadStand() {
var parameters=new Array("standType="+standType, "id="+id, "menWomen_id="+menWomen_id);
//alert("standType="+standType+" id="+id+" menWomen_id="+menWomen_id)
document.getElementById("overzichtHeren").innerHTML="
Fatal error: Call to undefined function showtext() in /home/wielersp/public_html/schaatsspel/overzichten/puntenSporters/puntenSporters-javascript.php on line 59