after your form submits, unless you pass the ClientID to the
action page
with the form data (i.e. in a hidden field) or via form tag's
action
attribute (i.e. <from
action="actionpage.cfm?ClientID=#url.ClientID#
...> the action page will not see any ClientID...
on the action page:
if you passed the clientid in a hidden field, check for a
value of
passed hidden form field containing the clientid (i.e.
<cfif
isdefined("
form.clientidfield") in your cfif statement
in the second case, check for url.clientid existence
--
Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com