Is it possible to take an excerpt from another page, for example, the current weather info from weather.com, and display it into your page? Not the entire page, but just an excerpt from it. Thanx.
You can use the <cfhttp> tag to download the page in question. The variable cfhttp.filecontent will then contain the entire text of the page. You can use the CF string functions such as find() and mid() to find pieces you are interested in and strip them out.
Just remember that most pages out there are copyrighted and you may be violating copyrights by retrieving and re-displaying content from other sites.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.