Open link in new window with iframe

Discussion in 'HTML & Website Design' started by nextdoor, Mar 21, 2006.

  1. #1
    Hey all,
    I'm wrestling my way thru setting up a page (html) which includes an iframe, but i want the links that are WITHIN the iframe to open up in a new window (as in target_blank for the usual links). How can I do this?
    cheers,
    Todd
     
    nextdoor, Mar 21, 2006 IP
  2. AMysticWeb

    AMysticWeb Guest

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If the page being displayed in the iFrame are external, then you have no control over the links.

    If they are pages of your own creation, then it should work via
    <a href="http://URL" target="_blank">Link Text</a> just like it would on any other page.
     
    AMysticWeb, Mar 21, 2006 IP
  3. nextdoor

    nextdoor Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanx, it worked!! :)
     
    nextdoor, Mar 21, 2006 IP
  4. AMysticWeb

    AMysticWeb Guest

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No Problemo Todd. You already knew what to do, just hadn't tried it yet.
     
    AMysticWeb, Mar 21, 2006 IP