Hi all,

I've been working on part of a custom loggin tool for one of my sites and
have noticed that when a form has been posted to a target which includes a
query string in the url, the query string is not available in the cgi
variables scope (cgi.querystring)

to demonstrate - try the code below

thispage.cfm
---------------

<form method=post action=thispage.cfm?query=success>
<input type=submit value=submit>
</form>

<cfif isdefined("form.submit")>
<cfoutput>
#cgi.query_string#
</cfoutput>
</cfif>



In theory this should return "query=success" when the button has been
pressed, but does not. This problem is hampering some parts of my custom
logging/monitoring application.

I'm working with CF4.51 SP2, Win2K SP1, IIS 5.0 however am planning an
upgrade to CFMX in the near future. Can someone pls let me know if this
problem has been fixed in CFMX?

TIA
Dave

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to