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

    checking for page load

    i have been using startTime = getTickCount(); in my Application.cfm or in the onRequestStart method in Application.cfc and close it with endTime = getTickCount(); in your OnRequestEnd.cfm or the onRequestEnd method in Application.cfc then you can code totalTime = endTime - StartTime then...

Part and Inventory Search

Back
Top