Open scrip of Paypal in web browser??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Solmos
    New Member
    • Aug 2006
    • 355

    Open scrip of Paypal in web browser??

    Hi

    I needed open (or load in web browser) one scrip created by PAYPAL in web browser (Internet Explorer, Mozilla fierfox, etc)

    For example:

    Code:
    <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
    New Member
    • Aug 2006
    • 355

    #2
    HELP!

    thx

    Comment

    • Bruce
      Indigo Rose Customer
      • Jun 2001
      • 2134

      #3
      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.

      Comment

      • Bruce
        Indigo Rose Customer
        • Jun 2001
        • 2134

        #4
        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>&nbsp;</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 &quot;Buy Now&quot; button below to continue… </font></strong></font> </p>
        </p>
        </div>


        <p>&nbsp;</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="[email protected]">
        <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>

        Comment

        • Solmos
          New Member
          • Aug 2006
          • 355

          #5
          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
          Last edited by Solmos; 12-07-2007, 01:42 AM.

          Comment

          • Bruce
            Indigo Rose Customer
            • Jun 2001
            • 2134

            #6
            Ahhh got ya! Sorry about that, that's the best I can do fer ya.

            Comment

            Working...
            X