home *** CD-ROM | disk | FTP | other *** search
/ ftp.uv.es / 2014.11.ftp.uv.es.tar / ftp.uv.es / pub / linux / comm472.tar.gz / communicator-v472-export.x86-unknown-linux2.2.tar / communicator-v472.x86-unknown-linux2.2 / nethelp-v472.nif / nethelp-v472 / nethelp / Header.js < prev    next >
Text File  |  1998-05-19  |  376b  |  23 lines

  1. /* ==================================================================
  2.  
  3. FILE:   Header.js
  4.  
  5. DESCR:  Header library file for Netscape Help implementation.
  6.  
  7. NOTES:  
  8.  
  9. ================================================================== */
  10.  
  11. //top.SystemFrame.trace( "Header.js" )
  12.  
  13.  
  14.  
  15. function onload()
  16.  
  17. {
  18.  
  19.    // Bind events to global event handlers.
  20.  
  21.    top.bindDocEvts( document )
  22.  
  23. }