Re: paypal button

2005-05-27 Thread Andre Garzia
On May 26, 2005, at 8:00 AM, Bob Hartley wrote: Hi All I know you can launch a webpage from within a runrev app, however, is it possible to have a paypal button (generated by a paypal script) just like a webpage, embedded in a rev stack? This would launch the default browser and take

paypal button

2005-05-26 Thread Bob Hartley
Hi All I know you can launch a webpage from within a runrev app, however, is it possible to have a paypal button (generated by a paypal script) just like a webpage, embedded in a rev stack? This would launch the default browser and take it to the payment page. cheers bob -- No virus found

Re: paypal button

2005-05-26 Thread xbury . cs
will be in a webpage anyway. cheers Xavier On 26.05.2005 13:00:29 use-revolution-bounces wrote: Hi All I know you can launch a webpage from within a runrev app, however, is it possible to have a paypal button (generated by a paypal script) just like a webpage, embedded in a rev stack? This would launch

Re: paypal button

2005-05-26 Thread Alejandro Tejada
Hi Bob, Scott Rossi puts a PayPal button in this stack: http://www.tactilemedia.com/download/getinline.rev He copies a webpage in the temp folder and launch this webpage in the default browser. https://www.paypal.com/xclick/business=payments%40tactilemedia.comitem_name=Support+for+Revolution

RE: paypal button

2005-05-26 Thread MisterX
, 2005 17:44 To: use-revolution@lists.runrev.com Subject: Re: paypal button Hi Bob, Scott Rossi puts a PayPal button in this stack: http://www.tactilemedia.com/download/getinline.rev He copies a webpage in the temp folder and launch this webpage in the default browser. https

Re: paypal button

2005-05-26 Thread Derek Bump
After you have created your button on the PayPal web site, look at the second box called Link for Emails. Copy that url. Call the url with the revGoURL command. Like so... revGoURL https://www.paypal.com/cgi-bin/webscr?cmd=_xclickbu; Derek Bump Dreamscape Software

Re: paypal button

2005-05-26 Thread Scott Rossi
Recently, Alejandro Tejada wrote: Scott Rossi puts a PayPal button in this stack: http://www.tactilemedia.com/download/getinline.rev Al, you beat me to it. :-) The stack is a bit more accessible by executing the following in your message box, not in Web browser: go url http

Re: paypal button

2005-05-26 Thread Dar Scott
On May 26, 2005, at 5:00 AM, Bob Hartley wrote: I know you can launch a webpage from within a runrev app, however, is it possible to have a paypal button (generated by a paypal script) just like a webpage, embedded in a rev stack? This would launch the default browser and take

Re: paypal button

2005-05-26 Thread Dar Scott
On May 26, 2005, at 10:20 AM, Scott Rossi wrote: Scott Rossi puts a PayPal button in this stack: http://www.tactilemedia.com/download/getinline.rev Al, you beat me to it. :-) Does your method provide an unlock key? I don't know how to do that with PayPal? Dar

Re: paypal button

2005-05-26 Thread Scott Rossi
Recently, Dar Scott wrote: http://www.tactilemedia.com/download/getinline.rev Al, you beat me to it. :-) Does your method provide an unlock key? I don't know how to do that with PayPal? It's donation only (and the code is not protected). Last time I looked at the PayPal SDK, they

Re: paypal button

2005-05-26 Thread Dan Shafer
I've been doing a lot of digging into PayPal development the past week or so. PayPal itself doesn't do the unlock key thing, but there are a few third-party providers who seem to do it quite nicely. I'm evaluating them as we speak/write. ~~ Dan

Re: paypal button

2005-05-26 Thread Dar Scott
On May 26, 2005, at 11:51 AM, Scott Rossi wrote: Does your method provide an unlock key? I don't know how to do that with PayPal? It's donation only (and the code is not protected). Last time I looked at the PayPal SDK, they didn't offer anything along those lines, if I understand your

Re: paypal button

2005-05-26 Thread [EMAIL PROTECTED]
I know you can launch a webpage from within a runrev app, however, is it possible to have a paypal button (generated by a paypal script) just like a webpage, embedded in a rev stack? This would launch the default browser oddly enough i've started work on a paypal library