Advertisement
Guest User

artist1

a guest
Nov 4th, 2016
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.55 KB | None | 0 0
  1. <!--
  2.  The donation portion of the site. All the HTML does is display the paypal donate image
  3.  and the amount entry field.
  4. -->
  5. <p id=message></p>
  6. <div id=paypal title=artist1>
  7.   <form method=get action="https://www.paypal.com/cgi-bin/webscr" target="_blank" id=donateForm>
  8.     <input type=image src="https://static1.squarespace.com/static/571811391d07c004887f2123/t/57eeeea4e6f2e11074d3c0a6/1475276453067/SupportArtist.jpg" alt="Support the Artist!" id=donateImg>
  9.     <br>
  10.     <input type=number name=amount value=10.00 id=donate>
  11.   </form>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement