Open Iframe in a new window?

Discussion in 'HTML & Website Design' started by entreman, Mar 13, 2008.

  1. #1
    Let's say that my iframe's name is GOGOGO which loads a page within

    Is there any way that I can make the iframe GOGOGO popup in a new window by clicking on a link?

    I've tried to solve this for hours, but no luck so far :(

    Thanks.
     
    entreman, Mar 13, 2008 IP
  2. worldpresident

    worldpresident Banned

    Messages:
    163
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try this:

    <center>
    <iframe width="325" height="300" frameborder="0" src="GOGOGO">
    </iframe>
    </center>
     
    worldpresident, Mar 13, 2008 IP
  3. awatson

    awatson Active Member

    Messages:
    112
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Or perhaps just put a normal link with target="_blank linking to the iframe's source?
     
    awatson, Mar 13, 2008 IP
  4. entreman

    entreman Active Member

    Messages:
    105
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Thank you guys :)
    Rep added
     
    entreman, Mar 13, 2008 IP