Count Lines in Pages

Contents of Page: DES_MakePayment.htm Number of Lines: 50 Last Modified: 8/22/2018 1:32:40 PM
0001: <html>
0002: 
0003: <head><script language="JavaScript">
0004: 		function ShowHowToPayPal()
0005: 		{
0006: 			x = 800;
0007: 			y = 600;
0008: 			var xpos = (screen.width - x)/2;
0009: 			var ypos = (screen.height - y)/2;
0010: 			var updateasp = "	DESHow_to_PayPal.htm";
0011: 			var w;
0012: 			w = window.open(updateasp,'update','width='+x+',height='+y+',top='+10+',left='+10);
0013: 		}	
0014: 	</script>
0015: 
0016: <base target="_self">
0017: <title>Chino Valley DES Club - Make payments / donation</title>
0018: </head>
0019: 
0020: <body bgcolor="#ffffff">
0021: 
0022: <table cellspacing="0" border="2" cellpadding="3" width="638" bordercolor="#FED87B"
0023: height="9">
0024:   <tr>
0025:     <td VALIGN="middle" height="44" align="center" width="630"><font face="Arial"><strong><p
0026:     align="center"><big>Chino Valley DES Club</big></p>
0027:     <p align="left">You can pay your membership dues or make a donation using your credit
0028:     card, by clicking on the PayPal button below:<br>
0029:     </p>
0030:     <form action="https://www.paypal.com/cgi-bin/webscr" method="post"
0031:     enctype="application/x-www-form-urlencoded" target="_blank">
0032:       <input type="hidden" name="return" value="http://www.chinodes.org/desthankyoupay.htm"><input
0033:       type="hidden" name="item_name" value="Chino Valley DES Club"><input type="hidden"
0034:       name="amount" value><input type="hidden" name="business"
0035:       value="chinovalleydes2@verizon.net"><input type="hidden" name="cmd" value="_xclick"><p><input
0036:       TYPE="image" ACTION="https://www.paypal.com/cgi-bin/webscr"
0037:       SRC="http://images.paypal.com/images/x-click-but04.gif" METHOD="post" NAME="I1"
0038:       ACTION="https://www.paypal.com/cgi-bin/webscr" METHOD="post"
0039:       ACTION="https://www.paypal.com/cgi-bin/webscr" METHOD="post"
0040:       ACTION="https://www.paypal.com/cgi-bin/webscr" METHOD="post" border="0"
0041:       alt="Make payments with PayPal - it's fast, free and secure!" width="62" height="31"> </strong></font></p>
0042:       <div align="center"></div>
0043:     </form>
0044:     <p><font face="arial" color="red"><b>(You don't need a PayPal account to make a payment
0045:     using your credit card.)<br>
0046:     <small><a href="javascript:ShowHowToPayPal()">Click here</a> to see how.</small></b></font></td>
0047:   </tr>
0048: </table>
0049: </body>
0050: </html>