Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/40879e2060ab992815796236dc130f0c to your computer and use it in GitHub Desktop.

Select an option

Save trycf/40879e2060ab992815796236dc130f0c to your computer and use it in GitHub Desktop.
TryCF Gist
<cfset keyvalue = '46316-46513'>
<cfset encodedKeyValue = EncodeForURL(keyvalue)>
<cfset encodedurl = EncodeForHTML('google.com')>
<cflocation url='<cfoutput>#encodedurl#</cfoutput>'>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment