Re: authorize.net redirect

2009-04-21 Thread SergioTorresC.
don't like). If you use them in the x_relay_URL field page, it will not be rendered correctly. On Apr 13, 12:42 pm, "SergioTorresC." wrote: > Thank you Sam, > > I tried using PHP's $_POST and got the same negative result. No data. > > I asked authorize.net live tech

Re: authorize.net redirect

2009-04-13 Thread SergioTorresC.
t from my AT&T Rotary Phonehttp://blog.samdevore.com > > On Apr 11, 2009, at 10:34 AM, "SergioTorresC."   > > wrote: > > > Samuel, > > > Sorry to bother you again. Now I am having problems with authorize.net > > "relay response": > > &g

Re: authorize.net redirect

2009-04-11 Thread SergioTorresC.
t hidden fields and a 'Continue' (the submit button) > and a 'Cancel' button that takes them back to the previous page. > > Sam D > > On Fri, Mar 13, 2009 at 11:34 AM, SergioTorresC. > > wrote: > > > Thank you for your help Samuel, > > > I

Re: authorize.net redirect

2009-03-13 Thread SergioTorresC.
uthorize.net (it is a confirmation > looking page and explains why they are going to a new site)  this page > is a form of just hidden fields and a 'Continue' (the submit button) > and a 'Cancel' button that takes them back to the previous page. > > Sam D > > On Fri, Ma

Re: authorize.net redirect

2009-03-13 Thread SergioTorresC.
Mar 12, 2009 at 8:47 AM, SergioTorresC. > wrote: > > > Hi there, > > > I am trying to hook up my cake application with authorize.net service, > > to use their secure payment form and Relay Response, but just can't > > get it to work. > > > I hav

authorize.net redirect

2009-03-12 Thread SergioTorresC.
Hi there, I am trying to hook up my cake application with authorize.net service, to use their secure payment form and Relay Response, but just can't get it to work. I have a form where my customer reports the payment amount. The form is processed in the back end class controller like this: 1. I

Re: Cannot execute javascript

2009-03-09 Thread SergioTorresC.
rlz=1G1GGLQ_ENUS271&=&q=... > > You can probably ignore the "Apache alias" ones, unless you have > access to httpd.conf. Other than that, though, I can't really say > which is the best (correct) method to use. > -- snip -- > > Sorry, I don't know of any o

Re: Cannot execute javascript

2009-03-07 Thread SergioTorresC.
On Mar 5, 10:33 am, brian wrote: > On Thu, Mar 5, 2009 at 12:32 AM, SergioTorresC. > wrote: > > > Brian, > > > Thank you for your answer. > > > You are right, it was a typo. I am not using the extensions when > > calling the scripts. > > > When I see the view source the links appear like this: > > > > >

Re: Cannot execute javascript

2009-03-05 Thread SergioTorresC.
e\app\webroot\" I understand the tags' src is correct, maybe not? On Mar 4, 10:13 pm, brian wrote: > On Wed, Mar 4, 2009 at 8:09 PM, SergioTorresC. > wrote: > > >        link('prototype.js')); ?> > > Is this a typo? I ask because, further on in your mail

Cannot execute javascript

2009-03-04 Thread SergioTorresC.
I can't get to execute javascripts from CakePHP-Javascript helper. I am trying to call myscript.js from myview.ctp I have the following code lines to achieve this: In app_controller.php file: var $helpers = array('Html', 'Form', 'Javascript'); In default.ctp file header section: