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