View Single Post
Old 06-10-2009, 06:51 PM   #4 (permalink)
dannyman1234
Registered User
 
Join Date: Apr 2009
Posts: 23
OS: windows xp


Re: Double click browser-back button behaviour in IE

Quote:
Originally Posted by jamiemac2005 View Post
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

That is too much code for nothing. I thought there was a fix for it.

I tried the following:

<meta http-equiv="refresh" content="0;url='producten6.htm'" />
This solves the doubleclick problem, only, something else occurs what is not acceptable. It redirects one time, but after 1 second it refreshes.

Check it out here: http://www.exclusieve-babykleding.nl/producten6.htm
Cleck on any other link and then click back, you know what I mean.

I think I have to use php header location.

Quote:
WebDesignTuts We'll need the full code. You seem to be getting mixed up between JS and PHP.
I think you seem to get mixed up by missing the point. Nobody is getting mixed up between JS and PHP. They can work together just fine. The point is the javascript.locatio redirect, which will just not work correctly for IE

Last edited by dannyman1234; 06-10-2009 at 07:18 PM.
dannyman1234 is offline   Reply With Quote