> Is it possible to package an image with a link and request it from a > non-coldfusion website? > I know that I can use cfcontent to stream a jpg file using a <img src> > request, but can I use > cfcontent and pull the html <a href> and <img src> to show the image with its > associated > link? Thanks in advance.
In that case, you don't even need CFCONTENT. You simply need the URL to a .cfm page that contains the A and IMG tags you want. CFCONTENT is used to serve non-HTML files; usually, those non-HTML files are binary rather than text, but not necessarily. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337466 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

