Looking for test answers and solutions? Browse our comprehensive collection of verified answers for at else.fcim.utm.md.
Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!
Analizați codul și bifați toate afirmațiile corecte
Analizați codul și bifați toate afirmațiile corecte
Analizați codul și bifați toate afirmațiile corecte
Analizați codul și bifați toate afirmațiile corecte
Bifați codul de script și codul php care vor lucra cu partea body
<body><h3>Exemplu de Ajax</h3>
<ul><li>Belenciuc Alexandru</li><li>Caterinciuc Artiom</li><li>Cazutov Artiom</li><li>Leontiev Dmitrii</li><li>Ratcenco Olga</li><li>Simonova Daria</li></ul><p> <span id="txtHint"></span></p> <p> <span ></span></p>
</body></html>
Care din codurile php va procesa datele din codul acesta:
<!DOCTYPE html><html lang="ro"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta charset="utf-8"><title>Notele grupei IA-141</title></head><body>
<h2>exemplu de CGI</h2><h3>Notele intermediare ale grupei IA-141</h3><form method="get" action="noteleIA141.php" accept-charset="utf-8"> Introduceţi prenumele: <input type="text" id="num" name="txt" /><input type="submit" value="arată notele" /></form>
</body></html>
Vor lucra aceste coduri împreună corect?
<!DOCTYPE html>
<html>
<head>
<script>
function loadXMLDoc()
{
const xmlhttp = new XMLHttpRequest();
xmlhttp.onload = function() {
document.getElementById("myDiv").innerHTML=xmlhttp.responseText;
}
xmlhttp.open("GET","ajax_info.php",true);
xmlhttp.send();
}
</script>
</head>
<body>
<div id="myDiv"><h2>Let AJAX change this text</h2></div>
<button type="button" onclick="loadXMLDoc()">Change Content</button>
</body>
</html>
<?$name='Vasile'; echo "<span style='color:red'>Welcome, <b>$name</b>. Let <b>AJAX</b> greet you!</span>"; ?>
Analizați codul și bifați toate afirmațiile corecte
Analizați codul și bifați toate afirmațiile corecte
Analizați codul și bifați toate afirmațiile corecte
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!