Removing the stats popup which appears after the user logs in

In some cases you might want to remove the popup. For this you need to comment out the popup unload code from hotspotlogin_header2.inc.html

Find:

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preloadImages();{POPUP_CODE}">

Change it to:

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="preloadImages();">
<!-- {POPUP_CODE} -->
0 0

6 Comments

  1. David

    Hi Dimitris,

    Thanks for the fix but where does one find the code you mentioned? Is this location “hotspotlogin_header2.inc.html” in the router??

    Respectfully,

    Dave Alexander

    Operator Name – Mobileteer.

    1. David

      Hi,

      Not finding the code mentioned in “hotspotlogin_header2.inc.html”. I am finding this code “” is this the same code?

      1. David

        body style=”margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;” onLoad=”{POPUP_CODE}”

  2. David

    Sorry didn’t paste properly…

    body style=”margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;” onLoad=”{POPUP_CODE}”

Leave a Reply to David Click here to cancel reply.