Նոր MP3 Հիթեր
Haykakan, Rusakan, Artasahmanyan Nor u Vorakyal Hiter
Среда, 24.04.2024,   02:28   Приветствую Вас, Гость | RSS
<head>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var flag = 1;
function t() {
if(flag == 1) {
N.style.top = "75px";
N.style.left = "300px";
}
if(flag == 2) {
N.style.top = "115px";
N.style.left = "100px";
}
if(flag == 3) {
N.style.top = "300px";
N.style.left = "150px";
}
flag = flag + 1;
if(flag == 4) {
flag = 1;
}
}
function al() {
alert("Правильно!");
}
// End -->
</script>
</head>
<body>

<center>
Считаете ли Вы, что JS Library самая крутая библиотекой JavaScript кодов?
</center>
<DIV ID="N" STYLE="position:absolute; left:180px; top:150px; width:50px; height:50px;">
<form>
<input type=button value="Нет" style="width:40" onMouseover="t()">
</form>
</DIV>
<DIV ID="Y" STYLE="position:absolute; left:130px; top:150px; width:50px; height:50px;">
<form>
<input type=button value="Да" style="width:40" onClick="al()">
</form>
</DIV>

</body>