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} -->
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.
It’s a skin template. You need to create a new skin and edit that template file. You can find more information here.
Hi,
Not finding the code mentioned in “hotspotlogin_header2.inc.html”. I am finding this code “” is this the same code?
body style=”margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;” onLoad=”{POPUP_CODE}”
Is this
basically the same code?
Sorry didn’t paste properly…
body style=”margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;” onLoad=”{POPUP_CODE}”