Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using HTTP

Status
Not open for further replies.

khurram

IS-IT--Management
Jan 10, 2001
95
CA
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?

Thanks.
 
khurram, the following syntax is correct for CFHTTP:

<cfhttp url=&quot; method=&quot;GET&quot; resolveurl=&quot;yes&quot;>

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...




<webguru>iqof188</webguru>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top