Don't you only use cfhttpparam if your http method is post?

<cfhttp url="http://#cgi.SERVER_NAME#?adRefresh=true"; timeout="10"> should do 
what you want.

Of course, that assumes that you have code in your Application.cfm that will 
act on URL.adRefresh.

Well no by specifying type "URL" in the cfhttpparam makes it a url|get value 
not a form|post value.

<cfhttp url="http://#cgi.SERVER_NAME#"; timeout="10">
  <cfhttpparam type="url" name="adRefresh" value="true"> 
</cfhttp>

Interesting as soon as I created some breaks in my code to test what was 
exactly going on, it started working.  So this seems just one of those gremlin 
type things that fix themselves.

<cfhttp url="http://#cgi.SERVER_NAME#/?adRefresh"; timeout="10" />  
Threw strange errors when I tried it orginally so that's when I moved to the 
cfhttpparam syntax.

--------------
Ian Skinner
Web Programmer
BloodSource
www.BloodSource.org
Sacramento, CA

---------
| 1 |   |
---------  Binary Soduko
|   |   |
---------
 
"C code. C code run. Run code run. Please!"
- Cynthia Dunning

Confidentiality Notice:  This message including any
attachments is for the sole use of the intended
recipient(s) and may contain confidential and privileged
information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the
intended recipient, please contact the sender and
delete any copies of this message. 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244540
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to