Back button takes you out of board not back to last page
Moderators: carlson1, Keith B, Charles L. Cotton
-
Topic author - Senior Member
- Posts in topic: 2
- Posts: 795
- Joined: Tue Apr 21, 2009 6:48 am
- Location: Pearland, Texas
Back button takes you out of board not back to last page
Why does the back button take you out of entire board back to the last web site visited and not back to the last page visited in the board?
I love the sound smell of jet fuel in the morning.
Fat thumbs + IPhone = errors, please forgive.
Fat thumbs + IPhone = errors, please forgive.
Re: Back button takes you out of board not back to last page
For some reason when you go to the main website the forum loads in a frame. That's why the back button doesn't work. If you bookmark the following URL and use that to get to the forum instead, the back button will work as expected:
http://www.texasshooting.com/TexasCHL_Forum/index.php
http://www.texasshooting.com/TexasCHL_Forum/index.php
NRA & TSRA Member
CHL Instructor
CHL Instructor
Re: Back button takes you out of board not back to last page
My "back" button works just fine. I don't know why yours does that.
I am not and have never been a LEO. My avatar is in honor of my friend, Dallas Police Sargent Michael Smith, who was murdered along with four other officers in Dallas on 7.7.2016.
NRA Patriot-Endowment Lifetime Member---------------------------------------------Si vis pacem, para bellum.................................................Patriot Guard Rider
NRA Patriot-Endowment Lifetime Member---------------------------------------------Si vis pacem, para bellum.................................................Patriot Guard Rider
-
- Site Admin
- Posts in topic: 3
- Posts: 17787
- Joined: Wed Dec 22, 2004 9:31 pm
- Location: Friendswood, TX
- Contact:
Re: Back button takes you out of board not back to last page
Mine too. That's the first time I've heard of this problem.C-dub wrote:My "back" button works just fine. I don't know why yours does that.
![headscratch :headscratch](./images/smilies/headscratch.gif)
Chas.
Re: Back button takes you out of board not back to last page
When you go to http://www.texaschlforum.com/" onclick="window.open(this.href);return false; it definitely loads in a frame. This same issue was previously discussed in this thread as well (though they weren't specifically talking about the back button):
http://www.texasshooting.com/TexasCHL_F ... =2&t=24653
The frame source looks like this:
Perhaps it would be better to have a redirect rather than loading in a frame.
http://www.texasshooting.com/TexasCHL_F ... =2&t=24653
The frame source looks like this:
Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>TexasCHLforum.com </title>
</head>
<frameset rows="100%,*" border="0">
<frame src="http://www.texasshooting.com/TexasCHL_Forum/index.php" frameborder="0" />
<frame frameborder="0" noresize />
</frameset>
<!-- pageok -->
<!-- 01 -->
<!-- 7.9-->
</html>
NRA & TSRA Member
CHL Instructor
CHL Instructor
-
Topic author - Senior Member
- Posts in topic: 2
- Posts: 795
- Joined: Tue Apr 21, 2009 6:48 am
- Location: Pearland, Texas
Re: Back button takes you out of board not back to last page
Thanks, loading from the above URL. Worked. It's a work around for now
I love the sound smell of jet fuel in the morning.
Fat thumbs + IPhone = errors, please forgive.
Fat thumbs + IPhone = errors, please forgive.
-
- Site Admin
- Posts in topic: 3
- Posts: 17787
- Joined: Wed Dec 22, 2004 9:31 pm
- Location: Friendswood, TX
- Contact:
Re: Back button takes you out of board not back to last page
It is on a redirect from Godaddy.com. It's pointing to the same index.php file, so I guess the frame is being created as part of the redirector.BrianSW99 wrote:When you go to http://www.texaschlforum.com/" onclick="window.open(this.href);return false; it definitely loads in a frame. This same issue was previously discussed in this thread as well (though they weren't specifically talking about the back button):
http://www.texasshooting.com/TexasCHL_F ... =2&t=24653
The frame source looks like this:Perhaps it would be better to have a redirect rather than loading in a frame.Code: Select all
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>TexasCHLforum.com </title> </head> <frameset rows="100%,*" border="0"> <frame src="http://www.texasshooting.com/TexasCHL_Forum/index.php" frameborder="0" /> <frame frameborder="0" noresize /> </frameset> <!-- pageok --> <!-- 01 --> <!-- 7.9--> </html>
Chas.
-
- Senior Member
- Posts in topic: 1
- Posts: 2099
- Joined: Tue May 05, 2009 9:19 pm
- Location: Houston Northwest
Re: Back button takes you out of board not back to last page
if it is a 'cloaked' or 'hidden' redirect, if you turn that off, it should solve the problem.
The URL in the bar will change from 'texaschlforum.com' to 'texasshooting.com/chlforum' but it won't affect functionality of the site at all.
The URL in the bar will change from 'texaschlforum.com' to 'texasshooting.com/chlforum' but it won't affect functionality of the site at all.
IANAL, YMMV, ITEOTWAWKI and all that.
Re: School events, NOT on school property
Re: Parking Lots, 30.06, and MPA
Re: School events, NOT on school property
Re: Parking Lots, 30.06, and MPA
-
- Site Admin
- Posts in topic: 3
- Posts: 17787
- Joined: Wed Dec 22, 2004 9:31 pm
- Location: Friendswood, TX
- Contact:
Re: Back button takes you out of board not back to last page
Apparently Godaddy is causing it to load into a frame as part of their forwarding process. I'm going to move TexasCHLforum.com to it's own hosting account on icdsoft.
Chas.
Chas.