> 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.
Just realised what you wanted to do - thought you wanted to go to that url
not pass it
Put the whole thing into one Hidden field in the form;
<input type="hidden" name="myURL"
value="action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedformat(u
rl.city)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&
agency=#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&actio
n=yes">
And a normal submit button
Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133
"Websites for the real world"
**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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.