472,958 Members | 2,355 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,958 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 3436
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: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
1
by: Teri B | last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course. 0ne-to-many. One course many roles. Then I created a report based on the Course form and...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.