you can pass form variables directly in the URL by using the GET method of the <form> tag (this is also the default method if you don't specify one).
<form method="get"> If you need a hyperlink from the form's action page, just add it to the URL. <a href="http://www.xyz.com/page.cfm?myVar=#form.fieldName#">click here or you suck</a> On 2/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All, > > Is there a way to pass a #form.variable# to a form from a hyperlink? > > I'm trying to pass a string to a processing page from a hyperlink becuase > the processing page is not under our control and we're being told there's > code to handle strings passed via the URL scope. > > Any ideas? > > Thanks > > D > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 The most significant release in over 10 years. Upgrade & see new features. http://www.adobe.com/products/coldfusion Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270578 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

