Here you go:

<form
action="action.cfm?area=#urlencodedformat(url.area)#&city=#urlencodedformat(
url.city)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#
&agency=#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&acti
on=yes" method="post">

Then put your button in:
<input type="submit" value="go">

Then close the form:
</form>

-----Original Message-----
From: Double Down, Inc. [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 10, 2000 7: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=#urlencodedformat(url.cit
y)#&zip=#urlencodedformat(url.zip)#&name=#urlencodedformat(url.name)#&agency
=#urlencodedformat(url.agency)#&pageno=1&contact_id=#contact_id#&action=yes"
by using a form button.

TIA
DDINC

----------------------------------------------------------------------------
--
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.


------------------------------------------------------------------------------
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.

Reply via email to