<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<script language="javascript" type="text/javascript">
function f1(s)
{
document.getElementById("p").innerHTML = decodeURIComponent(s);
}
</script>
</head>
<body onLoad="javascript:f1('<?= rawurlencode(iconv('Windows-1251', 'UTF-8', "абс"));?>')">
<p id="p"></p>
</body>
</html> |