[Skip to Content]

HTML Document

URL: http://help.nsgllc.com/
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 31 KB
Page Weight: 31 KB (total size of HTML, CSS, JavaScript and images)
Depth: 1 clicks from home page
Charset: UTF-8
Forms: 0 forms containing 0 controls
HTTP Headers: View Headers 4 headers
Links In: View Links 1 pages
  
OK Issues: No issues found

1

2<!DOCTYPE html>

3<html>

4<head><meta http-equiv="X-UA-Compatible" content="IE=edge" /><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />

5 <script>

6

7 function setTaggedSessionItem(map, tag, item) {

8 if (!item && map[tag]) {

9 delete map[tag];

10 SC.pagedata.notifyDirty();

11 } else if (map[tag] != item) {

12 map[tag] = item;

13 SC.pagedata.notifyDirty();

14 }

15 }

16

17 function setTaggedSessionCode(tag, sessionCode) {

18 window.setTaggedSessionItem(window._sessionCodesByTag, tag, sessionCode);

19 }

20

21 function setTaggedSessionID(tag, sessionID) {

22 window.setTaggedSessionItem(window._sessionIDsByTag, tag, sessionID);

23 }

24

25 </script>

26<script src="Script.ashx?__Cache=8ab8c443-6282-4398-bc7c-e4482fc82b21" id="defaultScript"></script>

27<link href="App_Themes/LightWithRed/Default.css?__Cache=2172c9b1-4370-463b-b38c-9e2627d48428" type="text/css" rel="stylesheet" /><link href="FavIcon.axd?__Cache=f197540b-8858-4549-a4a1-fcbe09337f04" rel="shortcut icon" />

28<script>SC.util.mergeIntoContext({"deferLoad":true,"userDisplayName":"","isUserAuthenticated":false,"isUserAdministrator":false,"loginUrl":"/Login","loginReturnUrlParameterName":"ReturnUrl","loginReasonParameterName":"Reason","changePasswordUrl":"ChangePassword","pageBaseFileName":"Guest","guestPageUrl":"","hostPageUrl":"Host","administrationPageUrl":"Administration","notifyActivityFrequencyMilliseconds":600000,"loginAfterInactivityMilliseconds":0,"canChangePassword":false,"pageType":"GuestPage","processType":2});</script>

29<script>SC.extension.addInitializeProc('c06711f7-e4a9-40dc-85ea-0f9bdee533b7', function (extensionContext) {

30SC.event.addGlobalHandler(SC.event.QueryPanels, function (eventArgs) {

31 switch(eventArgs.area){

32 case 'GuestActionPanel':

33 eventArgs.panelDefinitions.unshift({

34 initProc: function (container) {

35 var buildtitle = [];

36 if(extensionContext.settingValues.title.split(" ").length > 1){

37 buildtitle = [extensionContext.settingValues.title.substring(0, extensionContext.settingValues.title.indexOf(" ")), extensionContext.settingValues.title.substring(extensionContext.settingValues.title.indexOf(" "))];

38 }else{

39 buildtitle = [extensionContext.settingValues.title, ""];

40 }

...

</html>