Search found 1 match

by georgec
Sun Jul 14, 2002 6:13 pm
Forum: Javascript
Topic: JavaScript; document.write()
Replies: 7
Views: 5373

gnu2php, In your example it implies only IE4+ supports .innerHTML. Actually, NS6 does too. And for NS4, you would use the LAYER tag, such as: <script> function changeit()&#123; document.test.document.write("<big>How are you doing?</big>") document.test.document.close() &#125; </scr...