1 <div>Loading...</div>2 <script>3 (function () {4 window.setTimeout(function () {5 var doc = document.open("text/html", "replace");6 doc.write('<html><div>' + Math.random() + '</div></html>');7 doc.close();8 9 }, 1000);10 11 })();12 </script>13
Enlace
El enlace para compartir es: