logo

Crowdly

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

onresize

100%
100%
0%
0%
0%
View this question

Analizați codul și bifați toate afirmațiile corecte

onLoad

0%
0%
100%
100%
100%
View this question

Analizați codul și bifați toate afirmațiile corecte

onclick

100%
0%
0%
100%
0%
100%
View this question

Analizați codul și bifați toate afirmațiile corecte

onchange

100%
0%
100%
0%
100%
0%
0%
View this question

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>

 

0%
0%
50%
50%
View this question

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>

0%
0%
50%
View this question

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>";

?>

View this question

Analizați codul și bifați toate afirmațiile corecte

onchange

100%
0%
100%
0%
0%
100%
100%
View this question

Analizați codul și bifați toate afirmațiile corecte

onresize

100%
100%
0%
0%
0%
View this question

Analizați codul și bifați toate afirmațiile corecte

onLoad

100%
100%
0%
0%
0%
View this question

Want instant access to all verified answers on else.fcim.utm.md?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!