PHP Classes

IE trouble

Recommend this page to a friend!

      MsDoc Generator  >  All threads  >  IE trouble  >  (Un) Subscribe thread alerts  
Subject:IE trouble
Summary:won't work in IE
Messages:6
Author:Adam Nayer
Date:2006-03-03 15:47:58
Update:2006-03-07 15:46:03
 

  1. IE trouble   Reply   Report abuse  
Picture of Adam Nayer Adam Nayer - 2006-03-03 15:47:58
Hello, I started using your class a little while ago and it worked great. I do my development in Firefox and everything went fine. I started working with version 0.2 and was very happy with some of the changes you made moving to version 0.4.

The problem I have run into is with IE. When I try to open a page generated in IE I get an alert box that says:
"Internet Explorer cannot downloard sample2.php from <SERVER NAME>

Internet Explorer was not able to open this internet site. The requested site is either unavailable or cannot be found. Please try again later."

It does not matter if I try to open the file or download it. sample2.php is the sample included with the class. It works fine in FF. I try to access the file by going to /word/sample2.php (I made a directory to play with this).

I am just wondering what I am doing wrong as I am sure that this works with IE or you or someone else would have said something alreayd. If you could point me in the right direction that would be great.

Thank you.

  2. Re: IE trouble   Reply   Report abuse  
Picture of Max S. Ferreira Max S. Ferreira - 2006-03-03 17:52:14 - In reply to message 1 from Adam Nayer
Hello Adam,

What are your IE version?

Here with IE 6, works perfect!

  3. Re: IE trouble   Reply   Report abuse  
Picture of Adam Nayer Adam Nayer - 2006-03-06 14:05:19 - In reply to message 2 from Max S. Ferreira
I am using IE 6 as well. I figured that it must work in IE. Has anyone else come across anything similar to me? I'm trying to figure out what I might be doing wrong or if there is a setting on my computer that is preventing me from receiving the output.

  4. Re: IE trouble   Reply   Report abuse  
Picture of Adam Nayer Adam Nayer - 2006-03-06 14:11:53 - In reply to message 3 from Adam Nayer
I typed that last reply to quickly...I just tried moving where I had the files to another server and it worked fine in IE. This means it is an issue with my local server / network. If I am able to isolate the problem I will report back.

  5. Re: IE trouble   Reply   Report abuse  
Picture of Adam Nayer Adam Nayer - 2006-03-06 18:30:38 - In reply to message 4 from Adam Nayer
It works now. All I did was clear the cache in IE. The problem first started when I was trying out version 0.2 so it might have been an old bug, I don't know. Anyways it works now, I blame MS for the problems;)

  6. Re: IE trouble   Reply   Report abuse  
Picture of Adam Nayer Adam Nayer - 2006-03-07 15:46:03 - In reply to message 5 from Adam Nayer
One further update. It appears my original problem is because this site I was using is a secure site (https). I moved the exact same code outside of the secure area (moved it to http) and the generator works in IE. Firefox seems to work regardless of whether or not the site is secure. Why this is the case I do not know.