Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:

PI-Popovichenko / test5 / readdata

.html
Скачиваний:
5
Добавлен:
23.02.2016
Размер:
1.53 Кб
Скачать

function showUser(str) { if (str=="") { document.getElementById("txtHint").innerHTML=""; return; } if (window.XMLHttpRequest) { xmlhttp=new XMLHttpRequest(); } else { xmlhttp=new ActiveXObject("Microsoft.XMLHTTP"); } xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState==4 && xmlhttp.status==200) { document.getElementById("txtHint").innerHTML=xmlhttp.responseText; } } xmlhttp.open("GET","getuser.php?q="+str,true); xmlhttp.send(); } .inStyle{ color: green; font-family: "courier", sans-serif; font-style: italic } Select qwerty: All fields Lastname,phone,marsh User info will be listed here. Insert new info

Соседние файлы в папке test5