Click here to get back home

Framed Web Forwarding; Back Button Problem

 HomeNewsGroups | Search | About
 comp.infosystems.www.authoring.html    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Framed Web Forwarding; Back Button Problem mcl 10-13-2007
Posted by mcl on October 13, 2007, 6:19 am
Please log in for more thread options
I have a domain name which is set up for web forwarding with a frame.

I have a link on one of the site's pages to an external site.
When I select the link the external site is displayed correctly with
its own URL in the address bar.
When I select the <back> button in the browser, my domain name appears
temporarily in the browser, but it returns to the external site.

If I look at back History (In Firefox) there are two entries for my
original page and if I select the second one then I go back to my
original framed page. In Opera the back button gives a blank page and
in IE7 it behaves like Firefox.

How can I get the back button to return from an external site or is
there some magic trick to keep it within my frame.

Thank You

Richard


Posted by David E. Ross on October 13, 2007, 1:08 pm
Please log in for more thread options
On 10/13/2007 3:19 AM, mcl wrote:
> I have a domain name which is set up for web forwarding with a frame.
>
> I have a link on one of the site's pages to an external site.
> When I select the link the external site is displayed correctly with
> its own URL in the address bar.
> When I select the <back> button in the browser, my domain name appears
> temporarily in the browser, but it returns to the external site.
>
> If I look at back History (In Firefox) there are two entries for my
> original page and if I select the second one then I go back to my
> original framed page. In Opera the back button gives a blank page and
> in IE7 it behaves like Firefox.
>
> How can I get the back button to return from an external site or is
> there some magic trick to keep it within my frame.
>
> Thank You
>
> Richard
>

Why are you using frames? Too many Web pages use frames for the wrong
reason, often to show how clever the author is. You should use frames
only when part of a page really should remain visible as the user
scrolls through the rest of the page.

The Medicare Web site at <http://www.medicare.gov/default.asp> has some
of the worst use of frames I have ever seen. When viewing my claims,
the primary frame gives an extreme definition of letterbox; and it
cannot be resized to expose more information without scrolling.

Many frame pages defeat any attempt to view one frame in a window of its
own; this is extremely annoying. Putting someone else's Web page in a
frame of your own might even be a copyright violation.

On the other hand, the California Highway Patrol incident report pages
at <http://cad.chp.ca.gov/> make excellent use of frames. Select an
incident in the middle frame, and details will appear in the bottom
frame. Select an item in one of the three pull-down lists in the top
frame, and the content of the middle frame changes. Note that the user
can adjust the frame boundaries.

Of course, if you posted a link to your page, we might be able to give a
more specific answer.

--
David E. Ross
<http://www.rossde.com/>

Natural foods can be harmful: Look at all the
people who die of natural causes.

Posted by André Gillibert on October 14, 2007, 8:27 am
Please log in for more thread options
mcl wrote:

> I have a domain name which is set up for web forwarding with a frame.
>
> I have a link on one of the site's pages to an external site.
> When I select the link the external site is displayed correctly with
> its own URL in the address bar.
> When I select the <back> button in the browser, my domain name appears
> temporarily in the browser, but it returns to the external site.
>

Please, give a link.
From the symptoms you described, I think it may come from a <meta
http-equiv=referesh> element in one of your HTML pages.

--
If you've a question that doesn't belong to Usenet, contact me at

Posted by mcl on October 15, 2007, 8:52 am
Please log in for more thread options
On Oct 14, 1:27 pm, "Andr=E9 Gillibert"
> mcl wrote:
> > I have a domain name which is set up for web forwarding with a frame.
>
> > I have a link on one of the site's pages to an external site.
> > When I select the link the external site is displayed correctly with
> > its own URL in the address bar.
> > When I select the <back> button in the browser, my domain name appears
> > temporarily in the browser, but it returns to the external site.
>
> Please, give a link.
> From the symptoms you described, I think it may come from a <meta
> http-equiv=3Dreferesh> element in one of your HTML pages.
>
> --
> If you've a question that doesn't belong to Usenet, contact me at

Thank you for your replies.

The site is www.mclbooks.co.uk

and when I link to 'Dales & Lakes' Book Centre the back button does
not return me to my site

I use a frame because, it seems the best option for my site as it does
not matter where I host my site, the url will be consistent and I do
not need to keep changing the domain to different providers.

It is the ISP (123-Reg) that creates the frame as part of WEB
forwarding.

Thanks

Richard


Posted by David E. Ross on October 15, 2007, 1:38 pm
Please log in for more thread options
On 10/15/2007 5:52 AM, mcl wrote:
> On Oct 14, 1:27 pm, "André Gillibert"
>> mcl wrote:
>>> I have a domain name which is set up for web forwarding with a frame.
>>> I have a link on one of the site's pages to an external site.
>>> When I select the link the external site is displayed correctly with
>>> its own URL in the address bar.
>>> When I select the <back> button in the browser, my domain name appears
>>> temporarily in the browser, but it returns to the external site.
>> Please, give a link.
>> From the symptoms you described, I think it may come from a <meta
>> http-equiv=referesh> element in one of your HTML pages.
>>
>> --
>> If you've a question that doesn't belong to Usenet, contact me at
>
> Thank you for your replies.
>
> The site is www.mclbooks.co.uk
>
> and when I link to 'Dales & Lakes' Book Centre the back button does
> not return me to my site

See "Use standard redirects: don't break the back button!" at
<http://www.w3.org/QA/Tips/reback>. The problem is most likely in the
'Dales & Lakes' Web page or its host.


> I use a frame because, it seems the best option for my site as it does
> not matter where I host my site, the url will be consistent and I do
> not need to keep changing the domain to different providers.

Frames do not have anything to do with rehosting. You have your own
domain. If you change hosts, you merely request your new host to handle
the change to the domain name servers (DNSs).


> It is the ISP (123-Reg) that creates the frame as part of WEB
> forwarding.

You have a frame page with a single frame. The source HTML indicates
two frames, but the second one has no SRC attribute to load a second
frame. This is very bad design. If your ISP causes this, you must
discuss this with your ISP.

--
David E. Ross
<http://www.rossde.com/>

Natural foods can be harmful: Look at all the
people who die of natural causes.

Similar ThreadsPosted
Back button functionality May 20, 2005, 7:27 am
Back-button problems on certain web sites February 21, 2005, 8:32 pm
Deactivate the effect of back button November 15, 2005, 8:48 am
Back button interferes with navigation - how can this be avoided? April 9, 2005, 3:36 pm
Using "standard redirects" so as not to "break the back button" August 22, 2006, 10:44 am
preserve POST data when using the back-button September 13, 2006, 8:14 pm
Excluding page from back button history December 3, 2007, 5:42 am
Table width is broken when using back button in Internet Explorer July 28, 2005, 6:05 am
Loss of Form field contents when the browser BACK button is pressed November 25, 2004, 4:57 pm
User hits back button - has to enter form values from scratch January 31, 2008, 8:39 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap