Flash file in iframe - problem with links in new window

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • miraan
    New Member
    • Apr 2008
    • 24

    Flash file in iframe - problem with links in new window

    Hi,
    I have a page named index2.html which is in an iframe in index.html. index2.html has the flash file embedded in it. When the flash file loads, it loads an xml file for the content (text and images). When i want a link to open in a new window i put in my xml:

    Code:
    <font size="15" color="#252525"><u>Featured Prodcuts</u></font>
    <br><br><font color="#252525" size="13"><u>Example Product 1</u><br><br>Example Product 1 Description Example Product 1 Description<br><br>
    <font color="#01a6cf" size="13"><u><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=example%40example%2enet&item_name=Product%20Example%201&amount=24%2e99&shipping=2%2e99&no_shipping=0&no_note=1&tax=0%2e00&currency_code=GBP&lc=GB&bn=PP%2dBuyNowBF&charset=UTF%2d8" target="_blank">Buy Now</a></u></font>
    When i open index2.html and click on the link, it opens in a new window with no problems, however in index.html it doesn't open in a new window. It opens within the iframe. Is there a way to open in a new window, not in the iframe.
  • miraan
    New Member
    • Apr 2008
    • 24

    #2
    Oops, sorry i forgot to upload the new xml file after i put the target="_blank" . It works fine!

    Comment

    Working...