could I get text from a cfm page to be included in another cfm page? the page with the origional text would have the text included in a <div> element with an id="text" but it has to select only the text with this id thanks Gary
Hi Gary, Look into the <cfsavecontent> tag it may be the solution you are looking for. It is allows you to save whatever content into a variable, then you can call that variable on your other page. Hope this helps.