Click to See Complete Forum and Search --> : Linking to page which contains an empty iFrame


bossastudio
08-11-2004, 09:30 PM
Hello all

I am producing a website which has a "home" page and an "internal" page.

The internal page consists of 3 columns. On the left one I have a menu. The center column is an iframe where I open the content. The right column is also an iFrame in which I open a sub-menu.

So if I go straight to this internal page, it starts up with the central and right columns empty. As I navigate through the left menu, things show up.

What I want is to link the "home" page to this "internal" page. In the home page I have the same menu, but positioned in a very different manner. I would like that when the user clicks on a link in the "home" page, the "internal" page would open with the correct content loaded into to the iframes.

To resume: I need to know if/how I can link to a page already specifying, from this link, what must me loaded into its iFrames.

Thanks , Henrique (Brasil)

javaNoobie
08-11-2004, 09:56 PM
http://www.webdeveloper.com/forum/showthread.php?s=&threadid=34802&highlight=iframe

bossastudio
08-11-2004, 10:11 PM
Hi JavaNoobie

Tks very much, I think thatīs it. But I am completelly null on this. Could u post me an example? Do I need to put code on both pages or just on the home one?

Henrique

javaNoobie
08-11-2004, 11:04 PM
Do I need to put code on both pages or just on the home one?
i'm guessing u will jus need to code in the home page.

here's an example:
http://www.webdeveloper.com/forum/showthread.php?s=&threadid=38613&highlight=iframe

bossastudio
08-12-2004, 11:20 AM
Hello there

I am not sure thatīs what I need. What I want to do is to place a link in my homepage which at the same time opens a new window, and specifies what goes inside an iframe which is in this newly opened window.

Like, I could have two links on my home:

1) opens test.html and sets iframe named="here" to show "image1.gif"

2) opens teste.html and sets iframe named="here" to show image2.gif"

Possible?