Would that attempt to process the page2.cfm on the domain2 and bring the
contents to domain1?

If there is processing within page2.cfm that would rely on the variables
from the first domain,
It would nto work properly. 

I guess it comes down to what page2.cfm actually does, right? 

-----Original Message-----
From: Andy Matthews [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, October 31, 2006 5:06 PM
To: CF-Talk
Subject: RE: What to use beside cfinclude

cfhttp would work just fine.

<cfhttp url="http://www.domain2.com/yourpage.cfm";></cfhttp>
<cfdump var="CFHTTP.filecontent">

<!----------------//------
andy matthews
web developer
certified advanced coldfusion programmer ICGLink, Inc.
[EMAIL PROTECTED]
615.370.1530 x737
--------------//--------->

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 31, 2006 3:56 PM
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:258640
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to