Search     Ancestors     Map     Descendants     Load Gedcom file

Descendants

1 Marie de Saint Hilaire Born: ABT 1371

      Spouse: John Plantagenet    Marriage: AFT 16 APR 1395 function loadDoc() { //alert("Hello"); var incalc; // incalc = prompt("Robot check. What is 2 + 3?", ""); incalc = 5; if (incalc == 5 || incalc == "five") { var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { //alert("Response: " + this.responseText); document.getElementById("idrelationship").innerHTML = this.responseText; document.getElementById("idrelationshipto").innerHTML = "Relationship to :
Change"; } }; // = "tree.pl?ajax=y&report=detail&indi=stanwardine@I4314@&determinerelationship=y"; xhttp.open("GET", "tree.pl?rel=nofollow&ajax=y&report=detail&indi=stanwardine@I4314@&determinerelationship=y", true); xhttp.send(); } }