file_jp_TLD.html (219B)
1 <!DOCTYPE html> 2 <title>��� ���� ��������� ��������</title> 3 <script> 4 function report() { 5 window.parent.postMessage(document.characterSet, "*"); 6 } 7 </script> 8 <body onload="report();"> 9 <p>��� ���� ��������� ��������.</p>