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.");
|
1998-07-25 05:13:23 +04:00
|
|
|
document.writeln("And this is an image: <IMG SRC='http://zabadubop/layers/tests/mzcolor.gif'></P>");
|
1998-07-24 02:47:32 +04:00
|
|
|
</SCRIPT>
|
|
|
|
And now some more text in the document.
|
1998-07-25 05:13:23 +04:00
|
|
|
<SCRIPT>
|
1998-08-04 04:08:29 +04:00
|
|
|
document.writeln("<SCRIPT>document.writeln('Text from a recursive document.write.');<\/SCRIPT>");
|
1998-07-25 05:13:23 +04:00
|
|
|
</SCRIPT>
|
1998-07-24 02:47:32 +04:00
|
|
|
</BODY>
|