home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D1.iso / powerkit / firewall / files / NPF2004.exe / Setup / ISCommon / APP / AlertAst.exe / HTML / JAVA.JS < prev    next >
Encoding:
Text File  |  2003-09-06  |  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.