Results 1 to 3 of 3

Thread: 3-year old Iframe prob

  1. #1
    Join Date
    Mar 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 3-year old Iframe prob

    Ok. Here's the story. 3 years ago, I started a website. I always seen how in professional websites, you have a layout and cool buttons like MEDIA and LINKS to go along with it. Ones that you made with your own layout.

    It's 2006 and I really need to know how to do that. Like You have a layout.
    In the middle of this layout is an iframe and you have buttons ready to link to it right. Now, I want to click on that IMAGE made button so that it will target the iframe and change the page to what i need. Does anyone know the code to that:confused Please write back!

    Here's an example of my page.
    http://www.geocities.com/hilarypalooza/automatic.html

    You guys see the top where it says HILARY DUFF PALOOZA? On top of it is the new menu. I want to get those linked so the iframe will change.
    Last edited by hilarypalooza; 03-11-2006 at 02:12 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Lookin' good Hilary! Use the target attribute in an anchor tag to target, by name, an iframe or frame:

    Code:
    <a href="http://www.geocities.com/hilarypalooza/hilary.html" target="palooza"><img height=9 width=47 src="http://www.geocities.com/hilarypalooza/automatichilarybutton.jpg" border=0 ></a>
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2006
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default really help out

    Thanks! That really helped me alot!

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
  •