Results 1 to 3 of 3

Thread: iframes

  1. #1
    Join Date
    Jun 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default iframes

    Hi folks. I am working my way through HTML & CSS books and websites and am having a problem with iframes.

    I have created an HTML page which has a section with an iframe setup (It has a calendar fyi) Now this works perfectly well except for one thing.

    I have set some links with the iframed calendar page and when clicking on the links instead of it loading the window as I expect (ie whole page) it loads the link in the iframed section.

    Is there a special link ref that I need as opposed to the usual <a href> way?

    Appreciate any clues.

    Thanks

    Jim
    Last edited by ninjamaster; 06-19-2009 at 11:12 AM.

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    Have you tried using the target attribute in the a tag?

  3. The Following User Says Thank You to bluewalrus For This Useful Post:

    ninjamaster (06-19-2009)

  4. #3
    Join Date
    Jun 2009
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    You Sir are a genius


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
  •