Log in

View Full Version : Resolved iframes



ninjamaster
06-17-2009, 10:41 PM
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

bluewalrus
06-18-2009, 02:18 AM
Have you tried using the target attribute in the a tag?

ninjamaster
06-19-2009, 11:06 AM
You Sir are a genius

:)