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!

Recent content by hoasabi

  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

    Thanks for the reply. Let's say the state IDs are "IN" and "FL". So if they're in IN, they will be directed to the indiana page and likewise for FL. Would I need to do a cfset for IN and FL and then cflocation them? Thank you so much!
  3. 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