Search found 2 matches

by BrianSW99
Sat Sep 12, 2009 1:01 am
Forum: Site Announcements, Questions & Suggestions
Topic: Back button takes you out of board not back to last page
Replies: 8
Views: 1774

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:

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>
Perhaps it would be better to have a redirect rather than loading in a frame.
by BrianSW99
Fri Sep 11, 2009 9:07 pm
Forum: Site Announcements, Questions & Suggestions
Topic: Back button takes you out of board not back to last page
Replies: 8
Views: 1774

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

Return to “Back button takes you out of board not back to last page”