getting text from a webpage for another

Discussion in 'Programming' started by Gazz1982, Nov 9, 2007.

  1. #1
    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
     
    Gazz1982, Nov 9, 2007 IP
  2. JasonBartholme

    JasonBartholme Peon

    Messages:
    396
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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.
     
    JasonBartholme, Nov 10, 2007 IP