Page 1 of 1

Passing the customer to paypal

Posted: Sun Jun 26, 2011 2:20 am
by jedthefed
Hello

I can not figure out how to pass a user to paypal. In php I just used a series of echo commands to pass the following form to paypal. How do I do this in Live Code?

When I create a button in paypal it gives me the html code to create a form. How do i display and execute this button in livecode?

I tried to post the form code generated at paypal into this message but I do not have permission to post links or domain/page references?

Re: Passing the customer to paypal

Posted: Sun Jun 26, 2011 3:38 am
by shaosean
You could always use the revBrowser external to display the paypal transaction

Re: Passing the customer to paypal

Posted: Sun Jun 26, 2011 12:50 pm
by jedthefed
shaosean wrote:You could always use the revBrowser external to display the paypal transaction
Thank you for your responce.

I have not heard of this browser. Are their any examples or instructions I can refference.

Jed

Re: Passing the customer to paypal

Posted: Sun Jun 26, 2011 1:25 pm
by shaosean
I believe there is a sample stack included with the installation of RunRev

Re: Passing the customer to paypal

Posted: Sun Jun 26, 2011 3:31 pm
by townsend
Here's the link: Browser Sampler

It's a great stack-- lots lots of explanations-- lots of code.

Re: Passing the customer to paypal

Posted: Tue Jun 28, 2011 3:29 am
by jedthefed
Thank you for that :)

Jed