>Thanks everyone. The responses are all great! > >Dave was right. I'm got a hyperlink from an imagemap and I'm >passing to an application. It only accepts FORM.Variable_name >and not URL.variable_name. I do have access to this application's >code, but the ASp admits it's a home grown methodology. On the way >home tonight, I was thinking if I could find the file that processes >the FORM.Varaiable_name, couldn't I do a cfset and pass the URL.variable_name >to FORM.Varaiable_name? > >Comments? > >Thank again guys.
As Dan suggested, use a GET as the form method. Then just duplicate the URL scope in the form scope, as in <cfset form = duplicate(URL)> hth, larry ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258575 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

