Agree to drop the frame and use a DWT
But short term add the following to your pages to redirect user to your main frameset page
<script language="JavaScript" >
// Stay in frames
if (parent.location.href == self.location.href) {
alert("This Site Content must be viewed in Our Frames");
window.location.href = location.host + '/Path/yourframesetpage.htm';
} else {
// OK in frames
}
</script>
--
| Is the dynamic web template on a unix -site possible?
|
| "Ronx" wrote:
|
| > Not CSS.
| > If you are using FP2003 then a Dynamic Web Template can be used to do
| > this.
| > Otherwise, use include files to add the navigation etc. from the
| > frameset pages to the content pages.
| >
| > --
| > Ron Symonds
| > Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| >
| > | > > Hi Jon,
| > >
| > > I understand your reply but that would be quite an undertaking
| > > because it
| > > has about 50 pages. Therefor a new question.
| > > Is it possible to combine the basic lay-out/table/frame + navigation
| > > (java)
| > > into a .css that builds up the content around the specific content?
| > > And if
| > > yes where can I find an example?
| > >
| > > "Jon Spivey" wrote:
| > >
| > >> Hi,
| > >>
| > >> I'd suggest you lose the frames completely, apart from the problem
| > >> you've
| > >> described a framed site will never rank as well as a non-framed
| > >> site. Might
| > >> seem like a lot of work but it will be well worth it.
| > >>
| > >> --
| > >> Cheers,
| > >> Jon
| > >> Microsoft MVP
| > >>
| > >> | > >> > The basis of my website is a table with frame. The content is
| > >> > renewed in
| > >> > the
| > >> > frame. Currently the website is indexed by searchengines. As a
| > >> > result a
| > >> > certain content page is found in google and when you follow that
| > >> > searchresult
| > >> > it shows the contentpage without everything else (navigation
| > >> > etc.). Is it
| > >> > possible to enclude something in the contentpages that ensures
| > >> > that
| > >> > everything is shown when found in a searchengine? Not only the
| > >> > contentpage
| > >> > but also the framepage in which it should be shown.
| > >>
| > >>
| > >>
| >
| >
| >