Re: Frame redirection works in Browsers, not Preview Pane
From: Murray (forums_at_HAHAgreat-web-sights.com)
Date: 12/13/04
- Next message: MD Websunlimited: "Re: I have a jpeg from my designer that I'd like to convert to HTML. ."
- Previous message: heldgeo: "I have a jpeg from my designer that I'd like to convert to HTML. ."
- In reply to: Kevin Spencer: "Re: Frame redirection works in Browsers, not Preview Pane"
- Next in thread: Steve Easton: "Re: Frame redirection works in Browsers, not Preview Pane"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 13 Dec 2004 13:31:14 -0500
Don't use frames?
--
Murray
"Kevin Spencer" <kspencer@takempis.com> wrote in message
news:%23dAf1LT4EHA.2568@TK2MSFTNGP10.phx.gbl...
>> 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
>>
>>
>
>
- Next message: MD Websunlimited: "Re: I have a jpeg from my designer that I'd like to convert to HTML. ."
- Previous message: heldgeo: "I have a jpeg from my designer that I'd like to convert to HTML. ."
- In reply to: Kevin Spencer: "Re: Frame redirection works in Browsers, not Preview Pane"
- Next in thread: Steve Easton: "Re: Frame redirection works in Browsers, not Preview Pane"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|