Results 1 to 3 of 3

Thread: IFrame

  1. #1
    Join Date
    Apr 2003
    Posts
    634

    IFrame

    Anyone know you can click a link to another page outside an iframe and the stuff around it doesnt change and the Iframe changes to that page.

  2. #2
    Join Date
    Sep 2002
    Location
    Pittsburgh, PA U.S.A.
    Posts
    163
    I'm not sure I understand your question, but I think you're asking how to click a link on the content area outside of your iframe and have it trigger a file/page change inside the iframe?

    If so, use the name of your iframe as the target for the link. For instance, if the name of your iframe is "box", then add a target tag to your href for the link that reads:
    target="box"

    HTH,
    Scott
    ~Scott Bannon
    BanProNET - A Different Kind Of Network - Affiliate Program
    7 Locations On 3 Continents | Building Today With Thinking For Tomorrow

  3. #3
    yup, and if you're talking about linking to a different page from inside the Iframe then just link to it normally... ex: a href="contact.html" and the contact page will open in the iframe if it was linked to from the iframe.

Posting Permissions

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