Jump to content
Software FX Community

RE: IE5 on a Mac


Software FX

Recommended Posts

Can you get the user agent sent by one of the Mac browsers ? 

You can use the following ASP page

<HTML>

<BODY>

User Agent:

<%= Request.ServerVariables("HTTP_USER_AGENT") %>

</BODY>

</HTML>

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of graham@gccs.demon.co.uk (Graham Cockell)

Posted At: Tuesday, November 09, 1999 3:51 PM

Posted To: Server

Conversation: IE5 on a Mac

Subject: IE5 on a Mac

I am using CFXIE 2000 to generate charts using the GetHTMLData method

to send the image directly to the client without the use of a

temporary file. This works fine for most users but I have a couple of

people using IE5 on a Mac who report that the charts do not display -

they simply get an icon showing where the image should appear.

I don't have access to a Mac and would appreciate any help on this.

Thanks in advance

Graham Cockell

PDHI

Link to comment
Share on other sites

Can you get the user agent sent by one of the Mac browsers ? 

You can use the following ASP page

<HTML>

<BODY>

User Agent:

<%= Request.ServerVariables("HTTP_USER_AGENT") %>

</BODY>

</HTML>

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of graham@gccs.demon.co.uk (Graham Cockell)

Posted At: Tuesday, November 09, 1999 3:51 PM

Posted To: Server

Conversation: IE5 on a Mac

Subject: IE5 on a Mac

I am using CFXIE 2000 to generate charts using the GetHTMLData method

to send the image directly to the client without the use of a

temporary file. This works fine for most users but I have a couple of

people using IE5 on a Mac who report that the charts do not display -

they simply get an icon showing where the image should appear.

I don't have access to a Mac and would appreciate any help on this.

Thanks in advance

Graham Cockell

PDHI

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...