PDA

View Full Version : frame


emma85
09-05-2002, 04:32 PM
Okay.
Here is the deal:
How do I load a new frameset and a frame within that frameset on the same click?

I know how to load two frames at the same time.

//emmAmme

beetle
09-05-2002, 05:02 PM
Here's a link to a site I worked on that's got what I think you need.

www.medivisuals.com

Study the source code at the homepage and for frameindex.html

It should be fairly easy to follow.

emma85
09-05-2002, 06:29 PM
Originally posted by beetle
Here's a link to a site I worked on that's got what I think you need.

www.medivisuals.com

Study the source code at the homepage and for frameindex.html

It should be fairly easy to follow.

yepp. just about what I need.
but.
while you are loading a whole, new frameset:
(window.location.href = "frameindex.html";)
...I want to load a new framset within another frameset, in a target, that is, (and in that frameset a specific frame are to be loaded).

I guess it's just some easy script to add. but what?

/e