Hi Mike,

If you want the form to post the page it is hosted on (if
I understand you correctly), have you tried using the CGI
variable SCRIPT_NAME, as in:

<form action="#CGI.SCRIPT_NAME#" method="post"...  >

If you are redirecting to a new page hosting the form but
want to redirect the user back to the previous page when they
log in successfully try using CGI.HTTP_REFERER.

Hope this helps,

Colin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.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