unknown22
09-16-2010, 01:58 PM
Hi,
I have this made up and would like to know more on how I can use it to work with paypal.
As you see the Top 20 Donors I like it to show the members who donated on it with links to there page. And create a module on vba cmps?
<font size="1"><b>title</font>
<br />
<br />
<br />
<b><u>Make a Donation</u></b><br />
<br />
<br />
<form action="yii" method="post">
<table width="100%" border="0" cellspacing="6" cellpadding="10">
<tr>
<td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Display Name:</td>
<td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;"><select type="radio" name="os1">
<option value="0">anonymous</option>
</select></td>
</tr>
<tr>
<td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Donation Amount:</td>
<td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;">
<input id="amt_0" name="amount" value="" type="radio"><label for="amt_0"> Other <input name="amount5" value="5.00 min" size="8" type="text"><br></label>
<input id="amt_5" name="amount" value="5" type="radio"><label for="amt_5"> $5<br></label>
<input id="amt_10" name="amount" value="10" checked="checked" type="radio"><label for="amt_10"> $10<br></label>
<input id="amt_15" name="amount" value="15" type="radio"><label for="amt_15"> $15<br></label>
<input id="amt_20" name="amount" value="20" type="radio"><label for="amt_20"> $20<br></label>
<input id="amt_25" name="amount" value="25" type="radio"><label for="amt_25"> $25<br></label>
<input id="amt_50" name="amount" value="50" type="radio"><label for="amt_50"> $50<br></label>
<input id="amt_100" name="amount" value="100" type="radio"><label for="amt_100"> $100<br></label><input id="amt_85" name="amount" value="85" type="radio"><label for="amt_85"> $85 finish her</label></td>
</tr>
<tr>
<td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Donation is for?</td>
<td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;"><input type="text" name="os0" value="" size="10" maxlength="50"> (optional)</td>
<td align="left"></td>
</tr>
<tr>
<td align="center" colspan="2" nowrap="nowrap" style="padding: 10px;">
<input type="hidden" name="on1" value="Userid">
<input type="hidden" name="on0" value="For (optional)">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="Q4LPT9USHHPDQ">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="notify_url" value="">
<input type="hidden" name="return" value="">
<input type="hidden" name="cancel_return" value="">
<input type="hidden" name="bn" value="picture">
<input type="image" src="picture" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
<td align="left"></td>
</tr>
</table>
<br><br><font size="+1"><b>Hall of Fame</b></font><br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="left">
<table width="172" border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Top 20 Donors</td>
</tr><tr>
</tr><tr><td> </td></tr>
<tr>
<td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Donors this month</td>
</tr><tr>
</tr><tr><td> </td></tr>
<tr>
<td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Donors past months</td>
</tr><tr>
</tr><tr>
</td>
<td align="center" valign="top" style="padding-left:40px;padding-right:40px;font-size:13px;font-family: 'trebuchet MS', arial, helvetica, sans-serif;">
</td>
</tr>
</table>
</td>
</tr>
</table>
I have this made up and would like to know more on how I can use it to work with paypal.
As you see the Top 20 Donors I like it to show the members who donated on it with links to there page. And create a module on vba cmps?
<font size="1"><b>title</font>
<br />
<br />
<br />
<b><u>Make a Donation</u></b><br />
<br />
<br />
<form action="yii" method="post">
<table width="100%" border="0" cellspacing="6" cellpadding="10">
<tr>
<td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Display Name:</td>
<td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;"><select type="radio" name="os1">
<option value="0">anonymous</option>
</select></td>
</tr>
<tr>
<td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Donation Amount:</td>
<td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;">
<input id="amt_0" name="amount" value="" type="radio"><label for="amt_0"> Other <input name="amount5" value="5.00 min" size="8" type="text"><br></label>
<input id="amt_5" name="amount" value="5" type="radio"><label for="amt_5"> $5<br></label>
<input id="amt_10" name="amount" value="10" checked="checked" type="radio"><label for="amt_10"> $10<br></label>
<input id="amt_15" name="amount" value="15" type="radio"><label for="amt_15"> $15<br></label>
<input id="amt_20" name="amount" value="20" type="radio"><label for="amt_20"> $20<br></label>
<input id="amt_25" name="amount" value="25" type="radio"><label for="amt_25"> $25<br></label>
<input id="amt_50" name="amount" value="50" type="radio"><label for="amt_50"> $50<br></label>
<input id="amt_100" name="amount" value="100" type="radio"><label for="amt_100"> $100<br></label><input id="amt_85" name="amount" value="85" type="radio"><label for="amt_85"> $85 finish her</label></td>
</tr>
<tr>
<td align="left" bgcolor="#444444" nowrap="nowrap" style="padding: 10px;">Donation is for?</td>
<td align="left" bgcolor="#333333" nowrap="nowrap" style="padding: 10px;"><input type="text" name="os0" value="" size="10" maxlength="50"> (optional)</td>
<td align="left"></td>
</tr>
<tr>
<td align="center" colspan="2" nowrap="nowrap" style="padding: 10px;">
<input type="hidden" name="on1" value="Userid">
<input type="hidden" name="on0" value="For (optional)">
<input type="hidden" name="cmd" value="_donations">
<input type="hidden" name="business" value="Q4LPT9USHHPDQ">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="Donation">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="no_shipping" value="1">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="notify_url" value="">
<input type="hidden" name="return" value="">
<input type="hidden" name="cancel_return" value="">
<input type="hidden" name="bn" value="picture">
<input type="image" src="picture" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</td>
<td align="left"></td>
</tr>
</table>
<br><br><font size="+1"><b>Hall of Fame</b></font><br>
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="left">
<table width="172" border="0" cellspacing="0" cellpadding="1">
<tr>
<td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Top 20 Donors</td>
</tr><tr>
</tr><tr><td> </td></tr>
<tr>
<td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Donors this month</td>
</tr><tr>
</tr><tr><td> </td></tr>
<tr>
<td align="left" colspan="2" style="font-size:13px;font-weight:bold;">Donors past months</td>
</tr><tr>
</tr><tr>
</td>
<td align="center" valign="top" style="padding-left:40px;padding-right:40px;font-size:13px;font-family: 'trebuchet MS', arial, helvetica, sans-serif;">
</td>
</tr>
</table>
</td>
</tr>
</table>