K, hold up. This has something to do with the ip address of the calling function. This program can only be called from the local server i.e. localhost. cfhttp must call from localhost and so it works. jQuery.post() must call from the client ip address and therefore won't ever work.
So I better look more into this and see how I am going to handle this. This is an internal app and that service only responds to internal requests. --- David Mineer Jr --------------------- The critical ingredient is getting off your butt and doing something. It's as simple as that. A lot of people have ideas, but there are few who decide to do something about them now. Not tomorrow. Not next week. But today. The true entrepreneur is a doer. On Fri, May 6, 2011 at 5:55 PM, David Mineer Jr <[email protected]> wrote: > Nice catch. I also had address2 instead of addressline2. I changed those > and still nothing. > > I get the code pasted above for the post info when I click on the link, but > the response info is blank. That's what has me flustered. I get nothing > back. The link turns red and I can alert that there was an error, just > don't know how to return the error that is sent back (assuming it is getting > back to me. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:344313 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

