home *** CD-ROM | disk | FTP | other *** search
- function OnLoad()
- {
- //Internal replacable strings
- //oIDSADDRESS
- //oIDSNAME
-
-
- var args = getArgs();
-
- if (args.SecRuleAdress)
- {
- oSECRULEADDRESS.innerHTML = DrawVisualTrackingLink(args.SecRuleAdress);
- }
-
- if (args.SecRuleName)
- {
- oSECRULENAME.innerText = args.SecRuleName;
- }
-
- CollapseSections();
- }
-