Page 1 of 1

link does not work on IE6

Posted: Wed Apr 02, 2008 2:29 pm
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.

Re: link does not work on IE6

Posted: Wed Apr 02, 2008 3:09 pm
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?

Re: link does not work on IE6

Posted: Wed Apr 02, 2008 3:14 pm
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?

Re: link does not work on IE6

Posted: Wed Apr 02, 2008 3:36 pm
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.

Re: link does not work on IE6

Posted: Wed Apr 02, 2008 3:50 pm
by s.dot
Moved to Client-Side.