Announcement

Collapse
No announcement yet.

Looking for code for HTML link

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Looking for code for HTML link

    Hey All,

    I'm setting up a donations page for my father-in-laws humanitarian initiative and have already setup his account in paypal for its safer, easier way to pal online - LOL! They gave a HTML script for the 'donate' button and I added if just fine - no problems.

    EXCEPT - when you click on the donate button, you're taken directly to paypal to complete the donation and my website is gone. I don't like that. I'm trying to locate the html code that'll open paypal in a new window. Usually when specifing link with BV it's very easy to do that in the properties, but when adding HTML code, I do not see that option.

    Any ideas? please?

    Here's the site so you can see for yourself:


  • #2
    Re: Looking for code for HTML link

    Not sure if you are meant to do this? But the 1st part of the code sould be changed from ..........

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">

    To.......

    <form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">

    Seems to work ok.
    Regards Chris.

    Collectables, Collecting, collectors-info.com

    www.chrismorris.co.uk

    House build project

    Comment


    • #3
      Re: Looking for code for HTML link

      YOU ROCK!!! That did it! Thank you very very much!

      Comment

      Working...
      X