1998-07-23 22:47:32 +00:00
|
|
|
<HTML>
|
|
|
|
<BODY>
|
|
|
|
<P>This is text in the document.</P>
|
|
|
|
<SCRIPT>
|
|
|
|
document.writeln("<P>This is text generated by a document.write.");
|
1998-07-25 01:13:23 +00:00
|
|
|
document.writeln("And this is an image: <IMG SRC='http://zabadubop/layers/tests/mzcolor.gif'></P>");
|
1998-07-23 22:47:32 +00:00
|
|
|
</SCRIPT>
|
|
|
|
And now some more text in the document.
|
1998-07-25 01:13:23 +00:00
|
|
|
<SCRIPT>
|
1999-02-03 19:39:53 +00:00
|
|
|
document.writeln("<SCRIPT>document.writeln('<P>Text from a recursive document.write.</P>');<\/SCRIPT>");
|
1998-07-25 01:13:23 +00:00
|
|
|
</SCRIPT>
|
1998-07-23 22:47:32 +00:00
|
|
|
</BODY>
|