Results 1 to 2 of 2

Thread: Coming to You all in Desperation!-- iframes

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

    Default Coming to You all in Desperation!-- iframes

    Hello: (I'm somewhat new to Dreamweaver/HTML, so please bare with me) I am build my own site and having problems with coding / iFrames

    The 'homepage' opens with a middle table inserted (as a iFrame-tag) with that of another HTML doc...then when the user selects a specific button(lets say 'RESUME' button) I want this button link to then be able to replace the ' HOME' middle iframe with another HTML document (iframe) and so on...(BTW-all other surrounding tables remain constant) I am not sure how to do this.

    I am just grasping this concept of iFrames, so if this can be done a better way, I respectfully honor your advice! Is there anyone that can help me?

    Thank you Gurus ...very much-Cheers!

  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

    If you have an iframe, add a name attribute:

    HTML Code:
    <iframe name="mid" src="home.htm"></iframe>
    Now a link can be:

    HTML Code:
    <a href="next.htm" target="mid">Link Text or Image</a>
    - John
    ________________________

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

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
  •