Development Code no workee in Firefox

Discussion in 'Software' started by cpemma, 8 Mar 2004.

  1. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    A pop-up window works fine & is the right size in IE, but in my Firefox it appears full-screen in a new tab, and I can't see what's up. :confused:

    Page is http://www.mexbro.dsl.pipex.com/webtools.htm#Java and it's the "mouse" link.

    code used:

    function openWindow(url)
    {popupWin = window.open(url,'remote','location=no,scrollbars=no,
    height=200,width=250,
    screenX=200,screenY=200,left=200,top=200')}

    <p>Or you can pop up a little box to expand on highlighted text if clicked with the <a href="javascript:eek:penWindow('mouse.htm');agon1();" title="Click here!">mouse.</a></p>

    (The agon1 function refreshes an animated gif on the page that stops working when a link is clicked).
     
  2. RTT

    RTT #parp

    Joined:
    12 Mar 2001
    Posts:
    14,120
    Likes Received:
    74
    Works fine here mate, firefox running on linux :confused:

    Maybe some dodgy setting you've got?
     
  3. cpemma

    cpemma Ecky thump

    Joined:
    27 Nov 2001
    Posts:
    12,328
    Likes Received:
    55
    Disabled Tab Browser Extensions (known buggy with FF, but been ok for me so far), now pop-ups work OK.

    Poo. :grr:
     

Share This Page