Re: [WSG] IE returns a blank page

2005-01-23 Thread Juha-Markku Liikala
I can't figure out what can be causing the problem, because it doesn't
work with any of my friends computers either...

this is so weird...

   Juha-Markku Liikala
Department of Information Processing Science
   University of Oulu, Finland

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] IE returns a blank page

2005-01-23 Thread Leslie Riggs
Sometimes simply clearing my browser cache does the trick for me - 
although I'm sure you've already tried this.

Leslie Riggs
I can't figure out what can be causing the problem, because it doesn't
work with any of my friends computers either...
this is so weird...
  Juha-Markku Liikala
   Department of Information Processing Science
  University of Oulu, Finland
 

**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**


Re: [WSG] IE returns a blank page

2005-01-23 Thread Juha-Markku Liikala
Ok, problem solved...well kind of. I removed a my blog php-script from the
page and now it seems to work just fine...

Thanks anyway :)

   Juha-Markku Liikala
Department of Information Processing Science
   University of Oulu, Finland

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



RE: [WSG] IE returns a blank page

2005-01-23 Thread Wybrow, Mark

We had this problem too ... It had something to do with the Proxy server
... If you view the source ... Do you just get the two tags
HTML/HTML   nothing inbetween?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Leslie Riggs
Sent: Monday, 24 January 2005 9:14 AM
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] IE returns a blank page

Sometimes simply clearing my browser cache does the trick for me -
although I'm sure you've already tried this.

Leslie Riggs

I can't figure out what can be causing the problem, because it doesn't
work with any of my friends computers either...

this is so weird...

   Juha-Markku Liikala
Department of Information Processing Science
   University of Oulu, Finland
 


**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



This email and any files transmitted with it are confidential and intended 
solely for the use of the individual or entity to whom they are addressed. If 
you have received this email in error please notify the system manager. Please 
note that any views or opinions presented in this email are solely those of the 
author and do not necessarily represent those of the company. The recipient 
should check this email and any attachments for the presence of viruses. The 
company accepts no liability for any damage caused by any virus transmitted by 
this email.

**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list  getting help
**



Re: [WSG] IE returns a blank page

2005-01-23 Thread Terrence Wood
It sounds like the IE6 session bug...in that case try adding:
header(Cache-control: private); // IE 6 Fix.
after a session_start() call if there is one, or anywhere before sending 
output to the browser.

Terrence Wood.
Juha-Markku Liikala wrote:
Ok, problem solved...well kind of. I removed a my blog php-script from the
page and now it seems to work just fine...
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list  getting help
**