Results 1 to 2 of 2

Thread: İframe linking problem

  1. #1
    Join Date
    Dec 2008
    Location
    Turkey
    Posts
    3
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation İframe linking problem

    Hi, I've got a problem with linking in iframe.

    There are two pages: index.html and menu.html

    I've made iframe in index page like:

    <iframe src ="menu.html" frameborder="0" width="97%" height="100%">
    <p>Your browser does not support iframes.</p>
    </iframe>

    menu.html has got links to products, but I would like links to open in index.html and not in iframe.

    Need some help,

    tnx

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Put this in the head section of menu.html:
    HTML Code:
    <base target="_top">

Tags for this Thread

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
  •