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 / COOKIE.JS < prev    next >
Encoding:
Text File  |  2003-09-06  |  209 b   |  16 lines

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