View Full Version : Need HELP, Quick, PLEEEEZ.


Emperor
03-20-2003, 01:38 AM
I don't know if it should be here or at the Web stuff, but I need an answer really quick, so if anybody wants to help me, please please. Here it goes....

This is the first page of my site, the one you get on when type in the address.
http://www10.brinkster.com/oscarempire/index.html

This is the layout for all the other parts of my site.
http://www10.brinkster.com/oscarempire/base.html

Here's the question. How to do so that if you click on lets say Actor in the first layout you get the second page with the actor stuff in the inframe. Or if you press on Emperial Awards, you will get to the second layout with Emperial Awards in the inframe.

I want to finish it tonight, so I would love absolutely love if anyone could help me.

Thanks.

Prezhi0usGurL
03-20-2003, 05:56 AM
<a href="the URL address" target="URL of inline ">

MaGiCSuN
03-20-2003, 03:18 PM
a little correction:

<a href="the URL address" target="name of iframe">

;)

Emperor
03-20-2003, 10:41 PM
Well, the problem is that the the first page doesn't have that same iframe as the second one. I know how to make those links active in the socond page, so that info in iframe changes for actor, actress, blah, blah. But I want to access that second page, from the first page, with the info in the iframe changing.

Does anyone know how to do that?