Skip to content

php-database #7

@Ajcharlescasa17

Description

@Ajcharlescasa17
<script> function showUser(str) { if (str=="") { document.getElementById("txtHint").innerHTML=""; return; } var xmlhttp=new XMLHttpRequest(); xmlhttp.onreadystatechange=function() { if (this.readyState==4 && this.status==200) { document.getElementById("txtHint").innerHTML=this.responseText; } } xmlhttp.open("GET","family.php?q="+str,true); xmlhttp.send(); } </script> Select a person: Aldwin Odavar James Jeyo Sam Quin Maki Torres

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions