Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox diaplays small popup qwindows since latest update.

  • No replies
  • 1 has this problem
  • 1 view
more options

Since one of the recent updates, I cannot identify which one, fire fox continues to display 'requested pop-ups' as tiny popup windows. I have performed the usual disable all ad-ons in Safe Mode and no change. The following only occurs while online with GoDaddy Apache server. The following only occurs with Firefox browser. Edge works fine. On my personal copy of Windows Apache server all works fine. On my personal Windows PC loading the web page with file explorer in FireFox every thing works fine. The script that opens the popup window: <script>

   
 </script>

Screen captures are included below. The normal size works online with Edge, and offline on my Apache server, but the small popup renders when going online to the GoDaddy Apache server.

Any suggestions will be much appreciated. Website: channelcitiesjazzclub.com (click on the Mission Statement link near the top of the page.

Michael Gordon

Since one of the recent updates, I cannot identify which one, fire fox continues to display 'requested pop-ups' as tiny popup windows. I have performed the usual disable all ad-ons in Safe Mode and no change. The following only occurs while online with GoDaddy Apache server. The following only occurs with Firefox browser. Edge works fine. On my personal copy of Windows Apache server all works fine. On my personal Windows PC loading the web page with file explorer in FireFox every thing works fine. The script that opens the popup window: <script> <!-- function popup2(url) { var width = 570; var height = 600; var left = (screen.width - width)/2; var top = (screen.height - height)/2; var params = 'width='+width+', height='+height; params += ', top='+top+', left='+left; params += ', directories=no'; params += ', location=no'; params += ', menubar=no'; params += ', resizable=no'; params += ', scrollbars=yes'; params += ', status=no'; params += ', toolbar=no'; newwin=window.open('Mission.html','windowname2', params); if (window.focus) {newwin.focus()} return false; } // --> </script> Screen captures are included below. The normal size works online with Edge, and offline on my Apache server, but the small popup renders when going online to the GoDaddy Apache server. Any suggestions will be much appreciated. Website: channelcitiesjazzclub.com (click on the Mission Statement link near the top of the page. Michael Gordon
Attached screenshots