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!

Search results for query: *

  • Users: 196509
  • Content: Threads
  • Order by date
  1. 196509

    CFHTTP within a looped CFHTTP?

    Hi all, I have a looped CFHTTP that outputs content of URLs one after another as follows; <cfloop query=&quot;getPages&quot;> <CFHTTP method=&quot;Get&quot; url=&quot;http://test.com/test.cfm?user=#getPages.user#&cat=#getPages.cat_id#&page=#getPages.page_id#&quot; resolveurl=&quot;yes&quot;>...
  2. 196509

    parsing out certain html tags from CFHTTP

    Hi all, I am trying to parse out numerous <div> tags on pages that are output by <cfhttp> in a loop. Code I have so far(just CFHTTP part) is; <cfloop query=&quot;listPages&quot;> <cfhttp method=&quot;Get&quot...
  3. 196509

    need to print multiple pages generated dynamically all at once

    Hi all, I have a user home page generated per user profile(user=1) that was chosed from previous page. This user home page lists links to related pages of this user(so it lists user=1&pagetype=1, user=1&pagetype=2, user=1&pagetype=3, user=1&pagetype=4 pages). I need to add &quot;print&quot...

Part and Inventory Search

Back
Top