Iframes - independent page opening - urgent

They have: 5 posts

Joined: Jul 2004

Hey,

Here is my beta setup: http://www.rememberthisday.com

As you can see, I have the fusionphp script in the iframe. However, I want the entire website to function within the iframe when each of the links are clicked...I guess one could metaphorically call it "spriting". The 'News' link will open the news.php within the iframe.

So my question is, how do I link the rollover menu urls to link to and open within the Iframe indepenent of the rest of the website (i.e. the whole page should not have to reload, just the iframe content.)

Help please.

-Erik

Veter's picture

He has: 18 posts

Joined: Jul 2004

Simple make on the page:

Quote:

Do links in your menu like:

Quote: Updates news frame

They have: 11 posts

Joined: Jul 2004

In case you didn't notice, it should be:

<iframe src="news.php" name="newsframe"></iframe>
...
<a href="news.php" target="newsframe">Updates news frame</a>
'

Just trying to help.

Veter's picture

He has: 18 posts

Joined: Jul 2004

Yeah, misstyped. Roll eyes

He has: 578 posts

Joined: Jun 2004

I get a an error page when I click enter.

Veter's picture

He has: 18 posts

Joined: Jul 2004

His site is not ready yet Smiling

They have: 5 posts

Joined: Jul 2004

thanks commandos

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.