Results 1 to 2 of 2

Thread: Iframe links

  1. #1
    Join Date
    Mar 2009
    Location
    UK
    Posts
    33
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Iframe links

    How do you open up links in a new window in an iframe? The script is grabbed from an already existing Javascript rss source.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    <a href="#" target="_blank">

    Is that the answer?

    (Note that this is not specific to iframes, just anywhere you want a new window. Some browsers will also use a new tab instead. There is no way to control that.)


    If you want to open a link INTO an iframe, then you can use target="iframename", referring to <iframe name="....">
    (That can be more complex in some situations, though.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •