View Single Post
Old 06-10-2009, 01:57 PM   #3 (permalink)
jamiemac2005
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,874
OS: Vista, various linux distros


Re: Double click browser-back button behaviour in IE

Hey, i've never seen a single way around this. Mainly because you have a middleman style page, is there any way to consolidate the pages into one?

Either that or checking the referring url to see if it was the referred to page:
Code:
<?

if($_SERVER['HTTP_REFERER']=="http://www.whatever.com/products6.htm")**
//go to the previous page...
}

?>
Then again if you have multiple pages you're coming from then that's going to be a little more effort.

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is online now   Reply With Quote