Simple document.write test

This commit is contained in:
vidur%netscape.com 1998-07-23 22:47:32 +00:00
parent 4850d9a00a
commit 81d61ff555

9
dom/tests/js/write.html Normal file
View 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>