You can't *include* it as will be on a different serverbut if you just need the 
output of this page try this:

<cfhttp url="http://domain2.com/page2.cfm"; method="GET"></cfhttp>

<cfoutput>#cfhttp.fileContent#</cfoutput>


However, if page2.cfm is on the same physical machine you can include it - you 
just need the correct mapping to get there!


-a



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 31 October 2006 21:56
To: CF-Talk
Subject: What to use beside cfinclude


All,

I have a cf page on domain1.com page1.cfm and I want to include a cf page that 
resides
on domain2.com, page2.cfm and have it appear on domain1.com's cf page of 
page2.cfm.
Cfinclude does't work. I don't want to use iframe or frames I want it to be 
seemless.

Thoughts?

D



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258663
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to