logo

Crowdly

document.addEventListener("DOMContentLoaded", ctrlTextArea); functio...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

document.addEventListener("DOMContentLoaded", ctrlTextArea);

function ctrlTextArea() {

showP();

let elements = document.getElementsByTagName('textarea');

if (elements[0]) {

//elements[0].innerHTML = window.navigator.userAgent;

if (navigator.cookieEnabled) {

elements[0].innerHTML = "Todo OK";

}

elements[0].style.opacity = 0;

elements[0].readOnly = true;

}

}

function showP() {

let nodeList = document.querySelectorAll("p");

for (let i = 0; i < nodeList.length; i++) {

nodeList[i].style.display = "block";

}

}

Ignora esta pregunta, sólo es una cuestión de funcionamiento interno

<h3>Ha ocurrido un problema, ponte en contacto con la profesora/administradora

</h3>

More questions like this

Want instant access to all verified answers on educacionadistancia.juntadeandalucia.es?

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