wpgreenway
07-30-2005, 10:36 AM
Ok, im going to try and explain this the best I can, just let me know if you need any more information about what I'm saying. Unfortunately I don't really have any code to show because I'm completely stumped here. But this is what I'm trying to do...
The index.htm of my page loads, and all it is is an image in the middle with images around it that serve as the links. When you click one of these links it takes you to index2.htm which is a more conventional layout with a header and an iframe where i wish for all of the content to load. But this is the problem. How do I load different content in the iframe depending on what link they chose on the first page. For instance I know to code iframes like <a href="aboutus.htm" target="frame"> but on the homepage it needs to link to a new page (index2.htm) and THEN load something in iframes. so basically this is what i need.
click on "About Us" -> load index2.htm -> load "aboutus.htm" in the iframe on index2.htm
I hope this makes sense and is possible. If not I'm not sure how I'm going to set up the site. Thanks in advance.
The index.htm of my page loads, and all it is is an image in the middle with images around it that serve as the links. When you click one of these links it takes you to index2.htm which is a more conventional layout with a header and an iframe where i wish for all of the content to load. But this is the problem. How do I load different content in the iframe depending on what link they chose on the first page. For instance I know to code iframes like <a href="aboutus.htm" target="frame"> but on the homepage it needs to link to a new page (index2.htm) and THEN load something in iframes. so basically this is what i need.
click on "About Us" -> load index2.htm -> load "aboutus.htm" in the iframe on index2.htm
I hope this makes sense and is possible. If not I'm not sure how I'm going to set up the site. Thanks in advance.