Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    JoeComins Guest

    Default IFrame Targets and to open in the same window when clicking a external link within a

    when theres an iframe and theres a link within it which lead out of the page, how can u make it so the new page appears within the iframe?


    ty

    html

  2. #2
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    If you want the page to appear inside the frame you already using just use a usual href link
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  3. #3
    Join Date
    Sep 2004
    Location
    USA
    Posts
    2,119
    Tokens
    1,371

    Latest Awards:

    Default

    Yeah, you just make it a usual link and it will appear in the iframe in which you put it in.


  4. #4
    JoeComins Guest

    Default

    but ive got it as theres another page from an external site there, and theres links from there

  5. #5
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    Huh? Explain in more detail.
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  6. #6
    JoeComins Guest

    Default

    rite.
    ive got a iframe with another site it but when i click the links in the iframe which has got another site in it goes into a full screen instead of staying or loading in the iframe

  7. #7
    Join Date
    Jan 2005
    Location
    Kentucky Fried Chicken
    Posts
    4,610
    Tokens
    0

    Latest Awards:

    Default

    Your IFrame Isnt Proper

  8. #8
    Join Date
    Jul 2004
    Location
    Bournemouth. UK
    Posts
    3,638
    Tokens
    0

    Latest Awards:

    Default

    Make sure you just have a regular link e.g <a href="https://habbox.com">Link</a>
    REMOVED

    Edited by jesus (Forum Super Moderator): Please do not have text in your signature which is over size 4.

  9. #9
    JoeComins Guest

    Default

    but the site that ive got a iframe to isn't mine and links comming from it also want to appear in the iframe

  10. #10
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Ok, im reading this. You have a page in an ifraim, but you want it to not open a link you clcik on the page in side that ifraim, but in ether a new window, or change the entire page

    Again targeting comes in to play

    set the target to _blank for a new window

    or to _top to chnage the main window your in.

    HTML Code:
    <a href="link" target="_blank"> link text </a>
    that help?

Page 1 of 2 12 LastLast

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •