Open iframe in New Window

Discussion in 'HTML & Website Design' started by jsmith, Mar 24, 2006.

  1. #1
    I added a google search on my homepage. Here is the code:
    <iframe style="width:375px; height:70px; margin:5px;"  frameborder=0 allowtransparency=yes scrolling=no src="http://search.digitalpoint.com/iframe.php?site=www.biblebaptistny.org&b=1&l=1"></iframe>
    Code (markup):
    I need to open the search results in a new window. Some help?:confused:

    Thanks in advance,
    Joshua Smith
     
    jsmith, Mar 24, 2006 IP
  2. ServerUnion

    ServerUnion Peon

    Messages:
    3,611
    Likes Received:
    296
    Best Answers:
    0
    Trophy Points:
    0
    #2
    not sure it is possible as you would need to access the form properties of the script, which is not run by you. maybe others will have a better answer for you.

    Good luck...
     
    ServerUnion, Mar 24, 2006 IP
  3. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #3
    Try replacing that code with

    <iframe style="width:375px; height:70px; margin:5px;"  frameborder=0 allowtransparency=yes scrolling=no src="http://search.digitalpoint.com/iframe.php?site=www.biblebaptistny.org&b=1&l=1" target="_blank"></iframe> 
    Code (markup):
     
    minstrel, Mar 28, 2006 IP
  4. 87654321

    87654321 Well-Known Member

    Messages:
    317
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    110
    #4
    DID that work?
     
    87654321, Mar 29, 2006 IP
  5. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #5
    I no longer have it on my site so I can't swear to it but I'm pretty sure I used something like that last year on a page with ad banners. Unfortunately, I seem to have deleted the old backup copy (or I failed to copy it to this new computer).
     
    minstrel, Mar 29, 2006 IP