Results 1 to 2 of 2

Thread: Iframe Help

  1. #1
    Join Date
    Jul 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Iframe Help

    I have a frameset within an iframe, and i am trying to auto adjust the height, or I can set the height static but when a user clicks on a link I need the user to be taken to the top of the iframe....

  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

    To get a link, no matter how deeply it is buried in layers of iframes and frames to open on the top (to fill the entire window), just use target="_top", example:

    HTML Code:
    <a href="a_big_page.htm" target="_top">Open Me in the Whole Window</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
  •