Results 1 to 5 of 5

Thread: redirecting all hyperlinks?

  1. #1
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default redirecting all hyperlinks?

    Hi everyone.

    1. I have a page which consists of two iframes. The first one displays an external site, and I'm looking for a way that any link clicked on that iframe will open in the second iframe. Is there any script which can be included in the iframe which will make all links open in iframe 2? Failing that, can anyone think of a way to do this?

    2. Is there any script which allows one to DRAG a link between iframes?

    TIA!

  2. #2
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    you cannot edit links inside the iframe, because the link is actually coming from another page. you would need to make the link point to the "second" iframe on the original page, not through the iframe

  3. #3
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Right, I realized that, which is why I stressed that iframe1 is showing an external site, whose code I can't change. I was hoping that there was some script which tells the iframe to send ALL link-clicks to a different frame...

  4. #4
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    There might be in the future, but presently there is no setting to take the links from 1 iframe and redirect them to another without changing the link itself

  5. #5
    Join Date
    Apr 2008
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by boogyman View Post
    There might be in the future, but presently there is no setting to take the links from 1 iframe and redirect them to another without changing the link itself
    :-( sorry to hear that. Still hoping for a knight in shining armor :-)

    Any insight on issue no 2, dragging a link between iframes?

    TIA

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
  •