Dear T-Mobile…

This is annoying as hell.

var bLogMeOut = false;
 
function UnloadHandler()
{
 
  /* Unless the user really wants to log out, open me back up. */
  if (bLogMeOut == false) {
    open("logoffPopup.jsp", name + "_","width=200,height=240");
  }
  else {
    redirectHome();
  }
 
  return true;
}
<body onLoad="makeMeSmall()" onUnload="UnloadHandler()" bgcolor="#FFFFFF" 
  text="#000000" leftmargin="0" topmargin="25" marginwidth="0" marginheight="0">

 

Leave a Reply