gecko-dev/dom/tests/js/write.html

9 строки
268 B
HTML
Исходник Обычный вид История

1998-07-24 02:47:32 +04:00
<HTML>
<BODY>
<P>This is text in the document.</P>
<SCRIPT>
document.writeln("<P>This is text generated by a document.write.");
document.writeln("And this is an image: <IMG SRC='resource:/res/gear1.gif'></P>");
</SCRIPT>
And now some more text in the document.
</BODY>