Results 1 to 3 of 3

Thread: double pop-up problem...
      
   

  1. #1
    Hester's Avatar
    Hester is offline Captain
    Join Date
    Jun 2006
    Location
    USA
    Posts
    206

    Default double pop-up problem...

    Hi everyone... I was editing some pages today and trying to add a few things, but I ran into a bit of an issue that's a head scratcher.

    On my older site I used this code for adding a pop-up to a link and it works like a charm:

    #" onClick="window.open('http://www.website.com/link.html', '','width=400,height=650'); return false;"

    I don't remember who helped me out with this before and sent me that code, but for some reason I am now getting a double pop-up.

    The page in question is HERE. If you go to the bottom and click the very bottom link that says "William B. Travis HS 2006" in the menu on the right of the page, you will get the pop-ups! (none of the other links works yet as I'm trying to figure this out first).

    Does anyone know what could possibly be happening to cause the pop-ups to open twice??? I tried this in both IE and Firefox (Firefox being my primary browser).

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,721

    Default Re: double pop-up problem...

    Hi, i think somehow the link has got placed twice.

    <td align="left" valign="top" width="200" height="30"><a href="#" onClick="window.open('http://www.georgehester.com/infowbt.html', '','width=400,height=650'); return false;""><img id="bv02171" src="bv02171.gif" alt="#" onClick="window.open('http://www.georgehester.com/infowbt.html', '','width=400,height=650'); return false;"" align="top" border="0" width="200" height="30" onmouseover="SwapImage(1,0,'bv02171','bv02171_over .gif')" onmouseout="SwapImage(0,0,'bv02171','bv02171.gif') "></a></td>

  3. #3
    Hester's Avatar
    Hester is offline Captain
    Join Date
    Jun 2006
    Location
    USA
    Posts
    206

    Default Re: double pop-up problem...

    That's weird... It's not on there twice in BV, but I see what you mean looking at the page source. hmm...

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49