Results 1 to 2 of 2

Thread: Popup Generator and IE6...

  1. #1
    Join Date
    Mar 2006
    Location
    Providence, RI, USA
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Popup Generator and IE6...

    I've been using the script from Eric King's popup generator for various pages on our site -- http://www.owlfoot.com -- and though it opens them fine in Firefox, IE (no matter if it's running offline OR online) simply opens the page in a full window.

    Now -- if I use IE at Dynamic's page: popwin.htm -- the popup works fine.

    I'm wondering what I might have screwed up inbetween? If anyone could help me out that'd be excellent. Oh -- and it will do this if I have the link with target="_top" or with no target at all... as evidenced by: Check Page

    ~ Jake

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    IE doesn't like 'Trotskii!' as a window name, try:

    Code:
    <a href="http://www.owlfoot.com/trotskii.html" onclick="NewWindow(this.href,'Trotskii','400','400','no','center');return false;" onfocus="this.blur()">YourLinkText</a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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