I am using iFrames on my site. I have the following main iFrames in use:
Side Menu
Document
Sub Menu (Right)
Here is my situation. I am targeting links ffrom the Side Menu iFrame to load pages into the Document iFrame. I am wanting to be able to click one link in the Side Menu iFrame, and be able to load a page into my Document iFrame and a completely different one into my Sub Menu iFrame.
I need to know what technology I need to use to do this. I only know XHTML and CSS, but am willing to also use JS, but would rather stick to either CSS or XHTML. Is this possible?
Here is the website being used for a visual example - Site.
For a detailed explanation. I want to be able to go from the homepage (index) and click on my journals link and be able to load all the blog posts into my Document and load the archive into the Sub Menu. Thanks ahead of time for your help.
Oiy, and I may be no c0demast3r, but that is a goal..........
I have this tag in the "document" iFrame, because I want the Archive ("rightside") to load in that "rightside" iFrame onLoad of the document iFrame.
This is what I have, and I have tried it a bunch of different ways by playing with the tag, and still unable to get it. I know the problem can be fixed, but I am inexperienced, so I cannot see it right now. Thanks for your help.
Last edited by c0demast3r; 08-28-2005 at 10:57 PM.
ok sorry to run in circles. but i just had the time to create a mokup and tried this, it worked for me.
<body onload="rightside.location.href='http://jbl-archive.blogspot.com/'">
Bookmarks