
27.01.2002, 02:50
|
|
Регистрация: Aug 2001
Адрес: Россия, Чебоксары
Сообщений: 26
|
<SCRIPT LANGUAGE="JavaScript">
{
if (screen.width == 800) location="800/rus/index.html"
}
{
if (screen.width > 800) location="1024/rus/index.html"
}
{
if (screen.width < 800) location="640/rus/index.html"
}
</SCRIPT>
|