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 Mike Lewis 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: *

  1. fremont

    cfset web page elements

    How do I grab all the elements of a .cfm template that is NOT in a form? For instance; I have the following: <!--- oil changes per year ---> <cfset fa = form.m / form.o> <!--- total oil changes per year (times vehicle quanity) ---> <cfset fb = fa * form.l> <!--- oil changes cost per unit --->...
  2. fremont

    How do i check links in a web page

    I tried puttin this in a loop and had no luck. I would also like to check if web links on a web page are valid. I just want to check the links not any mail to stuff or any other complicated stuff. Here is my forloop attempt: foreach $url (@url) { $TheCheck = get($url); if($url ne...

Part and Inventory Search

Back
Top