Re: Frame redirection works in Browsers, not Preview Pane

From: Murray (forums_at_HAHAgreat-web-sights.com)
Date: 12/13/04


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
>>
>>
>
> 


Relevant Pages

  • Re: ActiveControl again
    ... the frame exit event fires as I recall. ... This time if you tab forward from txt2 then opt1 enter is not fired though ... Private Sub OptionButton1_Enter ... WhichOptionButton ...
    (microsoft.public.excel.programming)
  • Re: JavaScript to "click" Dynamically Created HyperLink
    ... > Please call me Jeff (okay, I'll fess up - I'm not Dewek!). ... > "Kevin Spencer" wrote in message ... etc. and again can add to cart. ... behind the page in Frame A to execute in a manner identical to if ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: How can I format label name as I loop through records?
    ... > design, let me attempt to clarify why I have used some data dependant ... > 35mm film that I have taken during my life, ... > film type, the first usable frame number, the last usable frame ... I liked the idea of using a tab control with one tab ...
    (microsoft.public.access.formscoding)
  • Re: SSTab -- How to disable/enable an option button from a different tab.
    ... I place a sstab with the deafult three tabs. ... I placed 3 command buttons on Tab 1 ... I Place a frame with three options buttons within it on Tab 2 ... Command2 toggles the display of the Frame ON/OFF ...
    (microsoft.public.vb.controls)
  • Re: How can I format label name as I loop through records?
    ... Getting back to the doubts you expressed earlier about my subform design, ... My intention is to create a database for several hundred rolls of 35mm film ... type, the first usable frame number, the last usable frame number, comments ... I liked the idea of using a tab control with one tab for each ...
    (microsoft.public.access.formscoding)