
26.08.2004, 10:58
|
|
Регистрация: Aug 2004
Адрес: Россия - великая держава!
Сообщений: 40
|
<script>
var u=navigator.userAgent; if (u.indexOf("Win") != -1)
document.writeln ("windows 1251") ; else if(u.indexOf("DOS") != -1 || u.indexOf("OS/2") != -1)
document.writeln("MS-DOS CP866"); else
document.writein ("Кодировка KOI8-R");
</script>
__________________
[patriot]
javascript&vbscript
|