RE: Problem with embed and proxy server

Thu, 15 Aug 2002 02:36:15 -0700

Just thought I'd reply to myself,

problem fixed,

IE browser, tools / internet options / advanced / http 1.1 settings / user
http 1.1 through proxy connections

j

-----Original Message-----
From: John McCosker [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 15, 2002 9:50 AM
To: CF-Talk
Subject: Problem with embed <object> and proxy server


Hi, 

sorry about the ugly code here,
I am experiencing a problem where some customers can successfully use an
active X graphing tool called TeeChart, and others cannot,

all customers who cannot are being relayed by a proxy server,
customers who can view it are not,

This a more generalised question about proxy servers and what I am doing
below as appossed to the coding itself,

any help on this would be great,

respectfully,

j



<OBJECT id=TeeCommander1 style="LEFT: 0px; WIDTH: <%=width%>px; TOP: 0px;
HEIGHT: 32px" 
codeBase="http://www.andronics.co.uk/tChartCab/Teechart.cab#version=4,0,0,7";
type=application/x-oleobject 
height=32 width=<%=width%>
data=data:application/x-oleobject;base64,FXLpvjaF0hGAjABglzhf9VRQRjANVFRlZUN
vbW1hbmRlcgAETGVmdAIAA1RvcAIABVdpZHRoA0gCBkhlaWdodAIgAAA= 
classid=CLSID:BEE97215-8536-11D2-808C-006097385FF5>
</OBJECT>

<OBJECT id=TChart1 style="LEFT: 0px; WIDTH:<%=width%>px; COLOR: white; TOP:
0px; HEIGHT: <%=height%>px" 
codeBase="http://www.andronics.co.uk/tChartCab/Teechart.cab#version=4,0,0,7";
type=application/x-oleobject 
height=<%=height%> width=<%=width%>
data=data:application/x-oleobject;base64,fr6LAJbA0BG04wCgyQHWgVRQRjAKVE9EQkN
DaGFydAAETGVmdAIAA1RvcAIABVdpZHRoA0gCBkhlaWdodANKARRCYWNrV2FsbC5CcnVzaC5Db2x
vcgcHY2xXaGl0ZRRCYWNrV2FsbC5CcnVzaC5TdHlsZQcHYnNDbGVhchFUaXRsZS5BZGp1c3RGcmF
tZQgSVGl0bGUuVGV4dC5TdHJpbmdzAQYPQ3VzdG9taXNlZCBWaWV3AA1UaXRsZS5WaXNpYmxlCBJ
MZWZ0QXhpcy5BdXRvbWF0aWMIGUxlZnRBeGlzLkF1dG9tYXRpY01heGltdW0IGUxlZnRBeGlzLkF
1dG9tYXRpY01pbmltdW0IDkxlZ2VuZC5WaXNpYmxlCAZWaWV3M0QIBUNvbG9yBwhjbFNpbHZlcgA
AAAAAAAEAAAAA/////w== align=center
classid="clsid:008BBE7E-C096-11D0-B4E3-00A0C901D681"></OBJECT>

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to