Hi all, How do I pass the following CFHTTP only when a text link is clicked?
I tried wrapping it in a <a href=""></a> but I couldn't get it to work. Should I be doing this some other way besides cfhttp? What I want to do is pass hidden vars between servers (not using plain hidden fields inside a form which can be exposed). <cfhttp url="https://www.somesite.com/default1.cfm" method="post" resolveurl="yes"> <cfhttpparam type="url" name="p" value="C197EBA6-EFF2-4A28-85ABDC3EEEA6CECA"> <cfhttpparam type="url" name="a" value="aTestString"> <cfhttpparam type="url" name="s" value="sTestString"> </cfhttp> Thanks, Mark ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

