home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / software / snpf / NPF / NPF.MSI / AlertAst.exe / HTML / JAVA.JS < prev    next >
Encoding:
Text File  |  2002-09-21  |  190 b   |  15 lines

  1. function OnLoad()
  2. {
  3.     //Internal replacable strings
  4.     //oWEBPAGE
  5.  
  6.     var args = getArgs();
  7.  
  8.     if (args.webpage)
  9.     {
  10.       oWEBPAGE.innerText = args.webpage;
  11.     }    
  12.  
  13.     CollapseSections();
  14. }
  15.