let string = 'Введите значение'
outputData.prop=string
,<html>
<head>
<style>
body{background:white;color:white;font-family:arial;}
div{position:relative;float:left;}
.tab{border:1px solid gray;}
.tab button{float:left;padding:14px 16px;transition:0.2s;}
.tab button:hover{background:#ddd;}
.tab button.active{background:salmon;}
.tabcontent{display:none;padding:6px;12px;}
#London{background:palegoldenrod;}
#Paris{background:plum;}
#Tokio{background:aqua;}
</style>
</head>
<body>
<div class="tab">
<button class = "tablinks active" onclick = "openCity(event,'London')">London</button>
<button class = "tablincks"onclick = "openCity(event,'Paris')">Paris</button>
<button class = "tablinks"onclick = "openCity(event,'Tokio')">Tokio</button>
</div>
<div id = "London" class = "tabcontent">
<h3>London</h3>
<p>is the capital of GB</p>
</div>
<div id ="Paris" class = "tabcontent">
<h3>Paris</h3>
<p> is the capital of Franсe </p>
</div>
<div id="Tokio"class = "tabcontent">
<h3>Tokio</h3>
<p> is the capital of Japonese</p>
</div>
<script>
function openCity(evt, cityName) {
var i, tabcontent, tablinks;
tabcontent = document.getElementsByClassName("tabcontent");
for (i = 0; i < tabcontent.length; i++) {
tabcontent[i].style.display = "none";
}
tablinks = document.getElementsByClassName("tablinks");
for (i = 0; i < tablinks.length; i++) {
tablinks[i].className = tablinks[i].className.replace(" active", "");
}
document.getElementById(cityName).style.display = "block";
evt.currentTarget.className += " active";
}
</script>
</body>
</html>
document.addEventListener("click" ,(function(){var numClicks = 0; return function(){alert(++numClicks)};})(), false)
размер страничного файла и т.д.потому что там все разжевано.
2. Как сделать что бы пользователь не мог выбрать адрес формата id124 (т.к. следующий зарегистрированный получит этот id и недопустимо что бы был конфликт адресов - каждый должен быть уникальным)?
window.onload = function loader(){
document.write('HI user!');//тут вместо document.write описать и вызвать все ваши функции
}
var i=0;var j=0;window.mistake = 2;var guess = 0; var kN=0;var letter = ['s','g','f','v','p','t','m','n','b','l','d',];
function checkUsersKey (levelText) {console.log("press any key");
var theEnd = false;
var counterLetters;
var keyName=0;
while (theEnd != true ) {
document.addEventListener("keypress", (event) => {
keyName = event.key;
kN =keyName;
if("y"==keyName){window.mistake = 0}
else{window.mistake = 1;}
})
if(window.mistake==1){
i=i+1;console.log(kN+" no guess "+i+" tyme");
window.mistake=2}
if(mistake==0){
j=j+1;console.log(kN+" guess "+j+" tyme");window.mistake=2};
theEnd = true;
};
}
var link = checkUsersKey;setInterval(function(){ return checkUsersKey(letter[j])},500);