Using the CFHTTP param, does anyone know how to selectivly copy information for a web page. For example, we want to get product information for MS products. How can I just get the information that I want?
In your page you can use the data on the page specified in the URL attribute by referring to #cfhttp.filecontent#. If you want only the products to be displayed, you should write a routine that filters out all the other stuff from the #cfhttp.filecontent# variable you have. Try it out, hope this helps...
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.