Java script #3
 
Определение типа экрана. (Цветной или монохромный)

<html>
<head>

</head>
<input type="button" class="for" value="Определение типа экрана" onClick="detection()" name="button">
<script language = javascript>

function detection()
{
if (screen.colorDepth > 2)
{
alert("Цветной экран");
document.bgColor = "#192525";
document.fgColor ="gold";
}
else
{
alert("Монохромный экран")
document.bgColor = "black";
document.fgColor ="white";
}
}
</script>

</body>
</html>

Назад в JScript



© whistlerpc.narod.ru ™
[Whistlerpc.narod.ru]
[Сменить дизайн сайта]
[FastWPC.narod.ru]
[На главную]
[вверх]
®2003 whistler
Hosted by uCoz