Click to See Complete Forum and Search --> : Targeting Frames Externally from a URL


Ceer123
01-08-2005, 07:49 AM
Hi I am new to frames so bear with me. I am creating a page that has two frames. I would like to target the main frame from a URL. If you go to the page it loads the default pages into the frames, but I would like to load a different page depending on the url. Is there a way to do this? Thanks...

pj59
01-08-2005, 08:53 AM
Hello!

If I really understood what you are after, a server side language would be the best to achieve it. If you do not have any available you could try a workaround using javascript.

Regards PJ

Mr Initial Man
01-09-2005, 03:41 AM
Another way to do this is to create more than one frameset, with each frameset loading a different set of pages.

This is easier to do than javascript or Server Side Scripting, unless I miss my guess.