Closed Bug 317090 Opened 19 years ago Closed 19 years ago

pop ups don't get blocked

Categories

(Firefox :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: kotoml, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051118 Firefox/1.5
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8) Gecko/20051118 Firefox/1.5

go to the above mentioned url. one pop up gets blocked but a second one always appears. If you then press the GE.BETRETEN link (on the bottom of the original page), the pop up disappears and a new one gets on top of the existing browser window. this is very annoying

Reproducible: Always
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051118 Firefox/1.5 ID:2005111803

WFM, all blocked
ge betreten = function(now)

<script language="JavaScript">   
   <!--   
   function now() 
   { 
window.location.href="index.php";
window.open("http://www.adcode.ws/p/index.php","spons2xxx333","toolbar=0,status=0,scrollbars=yes,resizable=1,width=800,height=600,top=1999");   
window.focus();   
   } 
   //-->   
   </script>

so it calls to open the page "index.php" and opens an ad in a new window
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
but isn't the purpose of a pop-up blocker to prevent the opening of new windows? or to at least ask the user if he wants the window to be opened?
You need to log in before you can comment on or make changes to this bug.