View Full Version : Open scrip of Paypal in web browser??
Solmos
12-02-2007, 02:52 PM
Hi
I needed open (or load in web browser) one scrip created by PAYPAL in web browser (Internet Explorer, Mozilla fierfox, etc)
For example:
<center><form action="https://www.paypal.com/etc" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/etc" border="0" name="submit" alt="Realice pagos con PayPal: es rápido, gratis y seguro.">
<img alt="" border="0" src="https://www.paypal.com/etc" width="1" height="1">
<input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----XXXXXXX -- your code---XXXX-----END PKCS7-----
">
</form></center>
thx (sorry for my english...)
Solmos
12-04-2007, 04:47 PM
HELP!
thx
Bruce
12-06-2007, 02:27 PM
I did this once in another project. I'm not at my home office right now, when I am, I'll post it for you. Sorry for your wait.
Bruce
12-06-2007, 08:48 PM
Ok... I placed a web object on a page pointing to a .html file I made in dream weaver with the code you already have. Take a look at it. It's pretty straight forward.
<body background="pay%20top.jpg">
<div align="center">
<p><strong><font color="#FFFFFF" size="+2" face="Tahoma">To gain access to the
files on this CD-Rom you must first make a payment to InOvation Publishing
via the internet. This will be accomplished using PayPal which is secure,
free and easy to use. </font></strong></p>
<p><font color="#FFFFFF" size="+2"><strong><font face="Tahoma">After completing
the online payment, you will be sent a confirmation number via e-mail.
<p> </p>
</font></strong></font>
<p><font color="#FFFFFF" size="+2"><strong><font face="Tahoma">Make sure you
have access to the internet and have your credit card ready. </font></strong></font><font color="#FFFFFF" size="+2"><strong><font face="Tahoma">Now
simply click the "Buy Now" button below to continue… </font></strong></font> </p>
</p>
</div>
<p> </p>
<p align="center"><font color="#FFFFFF" size="+2" face="Tahoma"></font></p>
<table width="100%" height="54" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="36"><form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<div align="center">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="janncorrell@adelphia.net">
<input type="hidden" name="item_name" value="The Handbook of Office Procedure - CD-ROM">
<input type="hidden" name="amount" value="239.99">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypal.com/images/x-click-butcc.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> </div>
</form></td>
</tr>
</table>
Solmos
12-07-2007, 02:40 AM
very thanks Bruce!
But your example is for one .html file..
I needed one example for directly open or load scrip of paypal in web broser (Mozilla firefox, internet explorer, etc)
And if you can not display the button paypal, which directly hit and load the page and not the paypal button to be charged
thx
Bruce
12-07-2007, 11:00 PM
Ahhh got ya! Sorry about that, that's the best I can do fer ya. :rolleyes
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.