This commit is contained in:
vidur%netscape.com 1998-07-23 22:47:32 +00:00
Родитель 4850d9a00a
Коммит 81d61ff555
1 изменённых файлов: 9 добавлений и 0 удалений

9
dom/tests/js/write.html Normal file
Просмотреть файл

@ -0,0 +1,9 @@
<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>