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 Chriss Miller 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: hoasabi
  • Content: Threads
  • Order by date
  1. hoasabi

    Cookie or CFCookie

    Hi! Which way is the correct way to write this cookie? or would i need to use the cfcookie? <cfscript> cookie.STATEID = URL.userState; cookie.USERNAMEID = URL.userLogID; cookie.PRODUCERCODE = URL.userProducerCode; </cfscript>
  2. hoasabi

    Validate state and redirect user according to state id

    Hi, I have to redirect the user to 2 different page, according to the state they're in. Do i need to set the state as a variable and then do a redirect (cflocation) to direct them to that page? How can i validate what state they're in to redirect them? I'm sure this is simple but i'm new to...

Part and Inventory Search

Back
Top