Another 2 questions

4 posts by 2 authors in: Forums > CMS Builder
Last Post: February 18, 2008   (RSS)

By Berkowitz - February 18, 2008

hi again [:)],

I have another 2 questions for you.

Number 1:
How do I link from within my frame to another page. for example I just want to link back to my homepage. If I do it the 'normal' way it will load my homepage into my frame. That's nog what i want. I want it to reload the entire page.

Numer 2:
On my pages I have buttons (images with urls). But do you know a way to recognize which image they click so i can now where the link should go.
I want to do this so people can change the images in the cms but i don't have to go into the html to adjust the link. Do you now what i mean?

Thanks in advance,
Berkowitz

Re: [Berkowitz] Another 2 questions

By Dave - February 18, 2008

Hi Berkowitz,

Sometimes the best way to figure out the linking issues is to create a couple of test html files and experiment with it. It's been a while since I've worked with frames but a quick google search found me this page:

http://www.codetoad.com/html/frames/specifying_frames.asp

Which says you can add target="_top" to your links to have them load in the full window instead of just the iframe.

On question 2:

I'm not sure exactly. Often you can add things to the end of the url to identify a link. Can you post an url showing the images and the urls you want them to link to so I can get an idea? I'll do my best to help.
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Another 2 questions

By Berkowitz - February 18, 2008

First of all thanks for your help on the frame thing.

http://www.1id.be/test.php

it's the 2 images on the bottom of the site. ('starter' and 'snel een nieuwe taal leren' translation 'quickly learn a new language'). They have to link to another page that opens like all the rest. menu on the left and the iFrame on the right. The ad should open in the iframe.

Thanks in advance
Berkowitz

Re: [Berkowitz] Another 2 questions

By Dave - February 18, 2008

Oh I see. Would the code form my other post work? See here:
http://www.interactivetools.com/iforum/P59754#59754

You could link to them like this:

news.php?src=ad1.php

news.php?src=ad2.php

Let me know if that works or if you have any other questions?
Dave Edis - Senior Developer
interactivetools.com