This browser isn't using the script. Please use the monolithic document instead.
 DOM-1  «  < § >   Netscape CodeStock 1999
   DHTML example: Change the content of a DIV
 ns4 = (document.layers)? true:false
 ie4 = (document.all)? true:false

 function simpleLayerWrite(id,text) {
  if (ns4) {
   var lyr = document.layers[id].document
   lyr.open()
   lyr.write(text)
   lyr.close()
  }
  else if (ie4) document.all[id].innerHTML = text
 }

Copyright © 1999 General Picture ™. Permission granted to reproduce in whole or part without charge as long as http://www.generalpicture.com is cited as source.