link does not work on IE6

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

link does not work on IE6

Post by yacahuma »

Hello,

This is not even a PHP question. I am developing a site http://www.fiestea.com

There are 2 links on top to change the language. It works for firefox,IE7, opera but not on IE6.
I tried 2 different machines. When I click on the link using IE6, all I get is a blank page. I even put the whole path just to make sure and I still have a blank page.

Could someone please tell me what is wrong. I know is going to be something really stupid. :evil:

I thought there might be a php error so I use

ini_set('error_reporting', E_ALL);
ini_set('display_errors', 'On');
ini_set('display_startup_errors', 'On');
but there are no errors.
User avatar
mchaggis
Forum Contributor
Posts: 150
Joined: Mon Mar 24, 2003 10:31 am
Location: UK

Re: link does not work on IE6

Post by mchaggis »

What do you get when you view source?
Does it work in firfox?
Are these pages accessable to the web so that we might view this behaviour for ourselves?
User avatar
Mordred
DevNet Resident
Posts: 1579
Joined: Sun Sep 03, 2006 5:19 am
Location: Sofia, Bulgaria

Re: link does not work on IE6

Post by Mordred »

Works here. Maybe your IE6 is broken, do other sites work?
Is there something in the code that does logic based on the http agent?
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: link does not work on IE6

Post by yacahuma »

*The only similarities between both machines is that they are running behind a firewall.
But I am also running there.

*There is no special logic for any agent. I never do that (dont have the time :D ).

* mchaggis , the site is up

* if you do the view source on IE6, the source is empty


When I get home I will try it there and see.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: link does not work on IE6

Post by s.dot »

Moved to Client-Side.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply