Guest User

Untitled

a guest
Nov 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <iframe id="iframe-preview"></iframe>
  2. <script type="text/javascript">
  3. <!--
  4. (function () {
  5. var iframe = document.getElementById('iframe-preview');
  6.  
  7. iframe.contentWindow.document.open();
  8. iframe.contentWindow.document.write('HTML');
  9. iframe.contentWindow.document.close();
  10. })();
  11. //-->
  12. </script>
Add Comment
Please, Sign In to add comment