alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

jforum example source code file (donate_now.inc.jsp)

This example jforum source code file (donate_now.inc.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - jforum tags/keywords

aud, cad, cad, donate, eur, gbp, gbp, jforum, jpy, paypal, paypal, project, usd, usd

The jforum donate_now.inc.jsp source code

<div class="donation">	
	<span class="donation">Donate any amount via Paypal	

	<form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="_blank">		
		<input name="cmd" value="_xclick" type="hidden">

		<input name="business" value="jforum@jforum.net" type="hidden">
		<input name="item_name" value="JForum Project" type="hidden">
		<input name="page_style" value="PayPal" type="hidden">
		<input name="no_shipping" value="1" type="hidden">
		<input name="return" value="http://www.jforum.net/thankyou.jsp" type="hidden">
		<input name="cancel_return" value="http://www.jforum.net/seeyou.jsp" type="hidden">
		<input name="currency_code" value="USD" type="hidden">
		<input name="tax" value="0" type="hidden">
		<input name="lc" value="US" type="hidden">

		<input name="bn" value="PP-DonationsBF" type="hidden">
		<img alt="" src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" height="1" width="1">
		<input size="6" maxlength="30" name="amount" type="text">		
		
		<select style="display: inline;" name="currency_code">		
			<option selected="selected" value="USD">$ (USD)		
			<option value="EUR">Ä (EUR)		
			<option value="GBP">£ (GBP)		
			<option value="CAD">$ (CAD)		
			<option value="AUD">$ (AUD)		
			<option value="JPY">• (JPY)		
		</select>		

		<input value="Donate Now" type="submit">	
	</form>
</div>

Other jforum examples (source code examples)

Here is a short list of links related to this jforum donate_now.inc.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.