Created
February 26, 2026 00:48
-
-
Save trycf/40879e2060ab992815796236dc130f0c to your computer and use it in GitHub Desktop.
TryCF Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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