Is this valid code?

M

M.Siler

I found this same of how to do what I'm looking at doing, but I can't get it
to work and I'm wondering if it correct?? Should this work as described
below:

Here is a sample of what I've tried. It keeps loading in the bottom
bottom_a.htm which is what is defined in test_frame.htm

<a href="test_frame.htm?bottom=bottom_b.htm">Click Here</a>


How to Load a Frameset with different content or change multiple frames at
once:

Sometimes you may want to have a frameset display different pages upon
loading. You can use the Adjust Frameset Action for this pupose as well.

Given your frameset page (frameset.html) has a content frame called
"content" and you want to open the frameset page showing new.html instead of
content.html in the content frame, the link to the frameset must look like
this:

frameset.html?content=new.html
In order to have multiple frames set to a certain content page, the link to
the frameset must be of the form:

frameset.html?
frameA=pageA.html&
frameB=pageB.html&
frameC=pageC.html
where frameA/frameB/frameC have to be the names of the frames in the
frameset, and pageA/pageB/pageC are the names of the html files.
 
S

Steve Easton

You have to open the live site in FrontPage to view contents of the _private
folder

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top