|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need Help with CFInclude ASAP
I need to know how to include a page from ANOTHER server.
Goal is, to have a page of news that other sites will pull into their websites. We update one page and it updates all of their pages. How do I do this? I can't get it to work from server to server |
|
#2
|
|||
|
|||
|
CFINCLUDE only works with relative paths or paths mapped as a ColdFusion mapping. Which the documentation would tell you if you looked up CFINCLUDE.
You can use web services to enable remote updates, or use CFHTTP to call the page and parse the page content (possibly using WDDX as the medium).
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > Need Help with CFInclude ASAP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|