Documentx

Embed Size (px)

DESCRIPTION

bvnn

Citation preview

function p(str){var xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("t").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET", "kl.php?q=" +str, true); xmlhttp.send(); }function d1(){ var m=document.getElementById('team').value; var xmlhttp = new XMLHttpRequest(); xmlhttp.onreadystatechange = function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { document.getElementById("t").innerHTML = xmlhttp.responseText; } } xmlhttp.open("GET", "k2.php?q=" +m, true); xmlhttp.send(); }}

Select Team Name ;