>- see footer for list info -< A bit of REGEX to find the tag that you want to extract I think. Otherwis ejust us ethe regular FIND() functions to find the div you want and then find it's ending tag. There will have to be some unique identifier tho, such as an ID.
Russ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RichL Sent: 01 September 2005 15:32 To: cfdev Subject: [CF-Dev] Outputting from another site with CFHTTP >- see footer for list info -< I am a little stuck on the best way to take some content from another site's page and reformat it and display it. e.g. This is the page that i would like to take some information from: http://www.ldsl.org.uk/tables.htm I have got as far as using CFHTTP to get the page content and output it at my site: http://www.barchameleon.co.uk/index.cfm?fuseaction=test What I would like to know is: - what is the best way to strip out only the content that I want i.e. to only show the Div 3 table - is it possible to reformat this content using my own CSS and if so what is the best way? Thanks a lot -- Rich _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help >-< _______________________________________________ For details on ALL mailing lists and for joining or leaving lists, go to http://list.cfdeveloper.co.uk/mailman/listinfo -- CFDeveloper Sponsors:- >- Hosting provided by www.cfmxhosting.co.uk -< >- Forum provided by www.fusetalk.com -< >- DHTML Menus provided by www.APYCOM.com -< >- Lists hosted by www.Gradwell.com -< >- CFdeveloper is run by Russ Michaels, feel free to volunteer your help -<
