IE7 Headers and MSWORD

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mpiaser
Forum Newbie
Posts: 12
Joined: Wed Sep 07, 2005 8:16 pm

IE7 Headers and MSWORD

Post by mpiaser »

I have an application which builds a Word document and then uses HEADERS to pass it to the local machine. It works fine on IE6. On IE7, the document never shows up.

In searching I keep reading that on IE7 I need to specify an ETAG but I can't figure out what that is (and it's syntax)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

From what I've seen it's purely an ancillary header().

That I know of, IE7 cares more about proper content types and other more relevant headers.
Post Reply