|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
CGI.SCRIPT_NAME and disappearing url variables
Hi all,
I use CGI.SCRIPT_NAME in my log-in forms as the action template. The people who can answer this question will know why. The link that populates the CGI.SCRIPT_NAME variable uses URL variables but when I dump the CGI variable...the URL variables don't appear. Is there a more robust CGI variable that also pulls the URL variables from a clicked hyperlink? ************************* ../index.cfm?gymName=Festus&pageName=home&pageType=main after the VAR dump, appears as: ../index.cfm ************************* Any ideas how to have the CGI variable retain the URL variables? Nathan |
|
#2
|
|||
|
|||
|
cgi.query_string
#cgi.script_name#?#cgi.query_string# would produce ../index.cfm?gymName=Festus&pageName=home&pageType=main |
|
#3
|
|||
|
|||
|
Thanks!
Thank you! That did the trick!
Nathan |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > CGI.SCRIPT_NAME and disappearing url variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|