document-write.html (371B)
1 <!DOCTYPE html> 2 <head> 3 <link rel="mismatch" href="references/document-write-ref.html"> 4 <script>document.write('<meta char' + 'set="windows-1251">');</script> 5 </head> 6 <body> 7 <p>Meta from <code>document.write</code> (with concatenation in the middle of <code>charset</code> to require execution for effect).</p> 8 <p>Test: �</p> 9 <p>If ж, meta takes effect</p> 10 </body>