Re: Frame redirection works in Browsers, not Preview Pane

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Kevin Spencer (kspencer_at_takempis.com)
Date: 12/13/04


Date: Mon, 13 Dec 2004 11:44:03 -0500


> Anyone know if there is a way around this?

Don't use the Preview tab?

-- 
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Neither a follower
nor a lender be.
"Michael Ash" <mash@stny.rr.com> wrote in message
news:evJtBET4EHA.824@TK2MSFTNGP11.phx.gbl...
> Each of my pages has a simple script to rewrap itself in the correct frame
> in case an indexer just addresses the content page:
> function frameOpener()
> {
>  if (parent == self)//no frameset
>  {
>   if (document.images)
>    top.location.replace('indexfr.htm?fa01');
>   else
>    window.location.href = 'indexfr.htm?fa01';
>    self.parent.contentloaded=1;
>  }
>  else // there is a frameset
>  {
>  ....
>  }
> }
> This all works fine with browsers, but when I'm editing a page (like
> fa01.htm above) and want to look at the results I always have to view it
in
> an external browser.
> Can't use the Preview tab. When I do, the page momentairily appears, but
> when it attempts to redirect it fails(or won't) to find the frame page.
> Get the message:"The page cannot be displayed
> The page you are looking for is currently unavailable "
>
> Have tried this with the latest version of FP(2003) and it still does
this.
> Anyone know if there is a way around this?
>
> Mike
>
>


Relevant Pages

  • Frame redirection works in Browsers, not Preview Pane
    ... Each of my pages has a simple script to rewrap itself in the correct frame ... else // there is a frameset ... an external browser. ...
    (microsoft.public.frontpage.programming)
  • Tabstrip - tab focus problem
    ... I've a tabstrip windows control on a form with 3 tabs. ... If I select tab 2, ... close the form and then reopen the form, the correct frame of data is being ... Bob ...
    (microsoft.public.vb.controls)
  • Tabstrip - tab focus problem
    ... I've a tabstrip windows control on a form with 3 tabs. ... If I select tab 2, ... close the form and then reopen the form, the correct frame of data is being ... Bob ...
    (microsoft.public.vb.controls)