anyone heard of cfhttp and cfhttparam stripping spaces from entries? We are have the following which posts to an ASP form but it seems to be stripping out spaces?
<cfhttp url="www.MYNEW.com/write/mtf03trade/submit.asp" method="POST"> <cfhttpparam type="FORMFIELD" name="qm2" value="#listChangeDelims(request.stRegForm.qm2," ",",")#"> do you think that the " " is not being equated as a space? do you think it should be "%20"? Any help here would be helpful... N -----Original Message----- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 30 May 2003 15:01 To: CF-Talk Subject: RE: OT - form buttons and css... You can remove it with css, so I guess you'd change the class attribute with javascripts onfucus/onblur/onsomething. Ade -----Original Message----- From: Houk, Gary [mailto:[EMAIL PROTECTED] Sent: 30 May 2003 14:54 To: CF-Talk Subject: OT - form buttons and css... Is there a way to disable the border that appears around an input button after it is clicked using css? Thanks, - Gary ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

