The simplest thing to do is just make your string the action of the form....

<form name="blah"
action="action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedforat(u
rl.city)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&
agency=#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&actio
n=yes">

OTOH, if you want the to be passed like form elements, just turn them into
hidden fields:

<input type="hidden" name="city" value="#url.city#">
...

Dana Larose
ColdFusion Monkey
Canadian Web Design & Consulting Inc.
E: [EMAIL PROTECTED]
W: http://www.cdnwebdesign.com

> -----Original Message-----
> From: Double Down, Inc. [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 10, 2000 9:48 AM
> To: House Of Fusion
> Subject: Passing Url String In Form Button
>
>
> Can anyone show me the proper format so I can pass this string
> "action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedform
> at(url.cit
> y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.nam
> e)#&agency
> =#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&a
> ction=yes"
> by using a form button.
>
> TIA
> DDINC
>
> ------------------------------------------------------------------
> ------------
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to