Тест #1
Слова для выбора:
Chiaro - Lei - alle - anticipo - aperto - giovani - grazie - mal - va - mio - piccolo - stanze - stradale - tazza - unico -
[html]<meta http-equiv=Content-Type content="text/html; charset=UTF-8">
<SCRIPT language=JavaScript>
// credits to George Mitrevski, Dennie Hoopingarner, Vineet Bansal
function da(st, co) {
var sta = st.value;
var ca = co;
result = ""
for (var c = 0; c < ca.length; c ++) {
var coX = ca.charAt(c);
var stX = sta.charAt(c);
if (coX == stX) {
result = result + coX;
}
else {
result = result + "=";
}
}
st.value = result;
}
</SCRIPT>
<form>
<font face="Verdana, Arial, Helvetica, sans-serif" size="2">
1. Большое спасибо. ><b> Tante <input type="text" name="i1" size="6" onblur="da(this,"grazie")">! </b><br>
2. Вы здесь проводите отпуск? ><b> <input type="text" name="i2" size="3" onblur="da(this,"Lei")"> è qui in vacanza? </b><br>
3. Должен ли я платить вперёд за комнату? ><b> Devo pagare la stanza in <input type="text" name="i3" size="8" onblur="da(this,"anticipo")">? </b><br>
4. Естественно ><b> <input type="text" name="i4" size="6" onblur="da(this,"Chiaro")">! / Ma certo! </b><br>
5. Куда Вы едете? ><b> dove <input type="text" name="i5" size="4" onblur="da(this,"va")">? </b><br>
6. Мне хотелось бы что-нибудь поменьше. ><b> Vorrei qualcosa più <input type="text" name="i6" size="7" onblur="da(this,"piccolo")">. </b><br>
7. Молодые люди ><b> i <input type="text" name="i7" size="7" onblur="da(this,"giovani")"> </b><br>
8. Очень жаль, но свободных комнат нет. ><b> Mi dispiace, non abbiamo <input type="text" name="i8" size="6" onblur="da(this,"stanze")"> libere. </b><br>
9. Пить из чашки ><b> bere dalla <input type="text" name="i9" size="5" onblur="da(this,"tazza")"> </b><br>
10. Разбудите меня, пожалуйста, в ><b> Mi svegli <input type="text" name="i10" size="4" onblur="da(this,"alle")"> ... </b><br>
11. Ресторан открыт? ><b> Il ristorante è <input type="text" name="i11" size="6" onblur="da(this,"aperto")">? </b><br>
12. У Вас есть подробная карта города? ><b> Ha una carta <input type="text" name="i12" size="8" onblur="da(this,"stradale")">? </b><br>
13. У меня болит голова ><b> ho <input type="text" name="i13" size="3" onblur="da(this,"mal")"> di testa </b><br>
14. Это улица с односторонним движением. ><b> Questa è la strada a senso <input type="text" name="i14" size="5" onblur="da(this,"unico")">. </b><br>
15. Я потерял проездной билет. ><b> Ho perso il <input type="text" name="i15" size="3" onblur="da(this,"mio")"> biglietto. </b><br>
</font>
</form>
<br>
<input type="button" value="Show" onclick=" document.forms[0].i1.value="grazie"; document.forms[0].i2.value="Lei"; document.forms[0].i3.value="anticipo"; document.forms[0].i4.value="Chiaro"; document.forms[0].i5.value="va"; document.forms[0].i6.value="piccolo"; document.forms[0].i7.value="giovani"; document.forms[0].i8.value="stanze"; document.forms[0].i9.value="tazza"; document.forms[0].i10.value="alle"; document.forms[0].i11.value="aperto"; document.forms[0].i12.value="stradale"; document.forms[0].i13.value="mal"; document.forms[0].i14.value="unico"; document.forms[0].i15.value="mio"; ">
<input type="button" value="Clear All" onclick=" document.forms[0].i1.value=""; document.forms[0].i2.value=""; document.forms[0].i3.value=""; document.forms[0].i4.value=""; document.forms[0].i5.value=""; document.forms[0].i6.value=""; document.forms[0].i7.value=""; document.forms[0].i8.value=""; document.forms[0].i9.value=""; document.forms[0].i10.value=""; document.forms[0].i11.value=""; document.forms[0].i12.value=""; document.forms[0].i13.value=""; document.forms[0].i14.value=""; document.forms[0].i15.value=""; ">
[/html]
Отредактировано Lesson (08-11-2021 17:05:38)