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

    HOw to logout using session variables

    <cfset safeList = "sessionid,urltoken,cfide,cftoken"> <cfloop collection="#session#" item="i"> <cfif not ListContainsNoCase(safelist,i)> <cfset structDelete(session,i)> </cfif> </cfloop>
  2. spinkston

    cfinclude - clear page between processes

    Not sure why either but here you go. <--- Execute first script ---> <cfinclude template="scriptBin/script1.cfm"> <--- CLEAR OUTPUT (PAGE) BEFORE EXECUTING SECOND SCRIPT ---> <cfcontent reset="true" type = "text/html"> <--- Execute second script ---> <cfinclude template="scriptBin/script2.cfm">
  3. spinkston

    T1 Trunk Gets MM dialtone when called

    Merlin Magix - 100DCD We have a T1 that has a 6 channel hunt group setup by TelCo. When a called is placed to the number in the hunt group, you get silence then a dialtone, which is the dialtone off of our system. You can then dial extensions like you were sitting here using one of our...

Part and Inventory Search

Back
Top