473,387 Members | 1,501 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Framed Web Forwarding; Back Button Problem

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

Oct 13 '07 #1
6 3462
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 <backbutton 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.asphas 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.
Oct 13 '07 #2
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 <backbutton 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=refereshelement in one of your HTML pages.

--
If you've a question that doesn't belong to Usenet, contact me at
<ta*****************@yahoDELETETHATo.fr>
Oct 14 '07 #3
mcl
On Oct 14, 1:27 pm, "André Gillibert"
<tabkanDELETETHIS...@yahodeletethato.frwrote:
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 <backbutton 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=refereshelement in one of your HTML pages.

--
If you've a question that doesn't belong to Usenet, contact me at
<tabkanDELETETHIS...@yahoDELETETHATo.fr>
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

Oct 15 '07 #4
On 10/15/2007 5:52 AM, mcl wrote:
On Oct 14, 1:27 pm, "André Gillibert"
<tabkanDELETETHIS...@yahodeletethato.frwrote:
>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 <backbutton 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=refereshelement in one of your HTML pages.

--
If you've a question that doesn't belong to Usenet, contact me at
<tabkanDELETETHIS...@yahoDELETETHATo.fr>

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.
Oct 15 '07 #5
mcl
On 15 Oct, 18:38, "David E. Ross" <nob...@nowhere.notwrote:
On 10/15/2007 5:52 AM, mcl wrote:
On Oct 14, 1:27 pm, "André Gillibert"
<tabkanDELETETHIS...@yahodeletethato.frwrote:
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 <backbutton 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=refereshelement in one of your HTML pages.
--
If you've a question that doesn't belong to Usenet, contact me at
<tabkanDELETETHIS...@yahoDELETETHATo.fr>
Thank you for your replies.
The site iswww.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.
David,

Thank you for your reply. I think I understand what you are saying
and as my Back Button History in Firefox is generating two entries, it
seems to explain it exactly. The first entry must be the empty frame,
which in Opera does return an empty frame and the second one which
never gets accessed by using the back button, is my original site.

I have emailed my problem to my ISP and await their comments.

Your comment made me smile, as someone who suffers from an overload of
good advice.
Natural foods can be harmful: Look at all the
people who die of natural causes.
Thank You

Richard

Oct 16 '07 #6
mcl
On 15 Oct, 18:38, "David E. Ross" <nob...@nowhere.notwrote:
On 10/15/2007 5:52 AM, mcl wrote:
On Oct 14, 1:27 pm, "André Gillibert"
<tabkanDELETETHIS...@yahodeletethato.frwrote:
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 <backbutton 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=refereshelement in one of your HTML pages.
--
If you've a question that doesn't belong to Usenet, contact me at
<tabkanDELETETHIS...@yahoDELETETHATo.fr>
Thank you for your replies.
The site iswww.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.
On further investigation, I used another ISP's web forwarding, which
only had one frame present and the same thing happened. Could it be
that the linked page is the problem, as it is creating the two entries
in the Back Button History.

Different web address www.mclportal.com

Thanks

Richard
Oct 16 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

34
by: Charles Douglas Wehner | last post by:
This is a serious question - but probably one that has been asked many times before. Go to http://wehner.org It has FRAMES. Select ADDISON. The main page (to the right of the buttons) shows...
5
by: Erik Meyer | last post by:
Greetings, I was wondering how to open a framed pdf document correctly. We have a pdf file that is called in a framed document. When the person clicks on a link in our site to the pdf, the...
1
by: Binod Nair | last post by:
Hi All, I have an ASP.NET appication running on http://xx.xxx.xxxx.xx/aspApplication and I have a domain http://www.mydomain.com registered at godaddy.com for this application.I have setup...
1
by: Dennis Allen | last post by:
Hi. I was wondering if someone here could help. I'm working with a simple framed web site, www.stargazing.net/mas/index.htm. A left side called frame.htm, and the right side called home.htm. In...
6
by: tshad | last post by:
I am trying to set up a Javascript popup box that has a way of sending back a message to asp.net on how to process some data. At the moment I am just doing: ...
0
by: nicholas | last post by:
I use session variables that stores data for a shopping basket. The site runs at www.mysite.com/france and works fine. But I also have the domainname: www.mysiteforfrance.com So, on a Plesk...
1
by: thomas | last post by:
Hello all, It seems like subdomain forwarding prevents ASP.Net session state from working correctly. Example: two websites http://www.jgphotographers.com/test and...
0
by: sandeep98811 | last post by:
I am getting following weird issue, "When forwarding an email with an open attachment the user warned twice that an attachment is open". I am catching Forward event of mail item in function...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.