I want to be able to type in a payment amount in box "Amount Received". When i click in the first box "Total to Apply" it should take the amount entered in "Amount Recieved" and apply the max amount due, and the same happens when i click in the second, third "Total to Apply" boxes.
example:
if entered 500 in "Amount Received" then clicked on "Total to Apply" box 1 it will apply 200 in this box. When i click on "Total to Apply" box 2 it will apply 100. When i click on "Total to Apply" box 3 it will apply 150. When i click on "Total to Apply" box 4 it will apply 50.
It will continue to apply max "total due" until it reaches the amount entered in "Amount Received".
If you look at the code i have put hidden fields called "theamountdue[]" which shows the total due for each workshop.
If the user after applying the fees wants to enter another amount and adjust the fees they should be able to. So if in "Total to Apply" box 1 they wanted to apply 150 instead of 200, they click in the box and chane this. When they click the submit button on the bottom the page should check to see if "tot_apply[]" equals "Amount Received". If it does not a javascript alert box pops up.
How can i do this?
Code: Select all
<html>
<head>
<title></title>
<script>
function thebalance() {
var grand_balance_due = 0;
}
</script>
<meta http-equiv="e;Content-Type"e; content="e;text/html; charset=iso-8859-1"e;>
<body>
<table border="e;0"e; cellspacing="e;0"e; cellpadding="e;0"e; width="e;98%"e;>
<tr align="e;center"e;>
<td align="e;left"e; class="e;NavHeadingTxt"e;><table width="e;100%"e; border="e;0"e; cellspacing="e;0"e; cellpadding="e;0"e;>
<tr bgcolor="e;#FEE68C"e;>
<td height="e;25"e; bgcolor="e;#FEE68C"e; class="e;minitext"e;><strong>Family:</strong>
Pawar, Joe</td>
<td class="e;minitext"e;><strong>Address:</strong> 50 Lane </td>
<td class="e;minitext"e;><strong>Phone:</strong> 234 675 576</td>
<td class="e;minitext"e;><strong>Balance Due:</strong> <SPAN ID="e;balancehere"e; class="e;bodytext"e;></SPAN></td>
</tr>
<tr>
<td height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
</tr>
<tr bgcolor="e;#FEE68C"e;>
<td height="e;25"e; colspan="e;4"e; class="e;minitext"e;><strong> </strong>
Students: Sukhjit (M) | Gurjit (M) | Sabina (F) </td>
</tr>
</table></td>
</tr>
<tr align="e;center"e;>
<td align="e;left"e; class="e;NavHeadingTxt"e;> </td>
</tr>
<form method="e;post"e; name="e;form1"e;>
<input type="e;hidden"e; name="e;wfaid2"e; value="e;2"e;>
<input type="e;hidden"e; name="e;u_permM"e; value="e;7"e;>
<tr align="e;center"e;>
<td align="e;left"e; class="e;NavHeadingTxt"e;><table width="e;100%"e; border="e;0"e; cellspacing="e;0"e; cellpadding="e;0"e;>
<tr class="e;bodytext"e;>
<td> </td>
<td bgcolor="e;#FEE68C"e;></td>
<td bgcolor="e;#FEE68C"e;>Payment Date</td>
<td bgcolor="e;#FEE68C"e;></td>
<td bgcolor="e;#FEE68C"e; class="e;bodytext"e;>Method of Payment</td>
<td bgcolor="e;#FEE68C"e;></td>
<td bgcolor="e;#FEE68C"e; class="e;bodytext"e;>Memo</td>
<td bgcolor="e;#FEE68C"e;></td>
<td bgcolor="e;#FEE68C"e; class="e;bodytext"e;>Amount Received</td>
</tr>
<tr class="e;bodytext"e;>
<td> </td>
<td width="e;5"e;></td>
<td><table border="e;0"e; cellpadding="e;0"e; cellspacing="e;0"e;>
<tr>
<td><select name="e;dob_dd"e; class="e;AllFormDD2Chars"e; id="e;today_dd"e; onkeydown="e;typeahead(this,event)"e;>
<option value="e;1"e; >1</option>
<option value="e;2"e; >2</option>
<option value="e;3"e; >3</option>
<option value="e;4"e; >4</option>
<option value="e;5"e; >5</option>
<option value="e;6"e; >6</option>
<option value="e;7"e; >7</option>
<option value="e;8"e; >8</option>
<option value="e;9"e; >9</option>
<option value="e;10"e; >10</option>
<option value="e;11"e; >11</option>
<option value="e;12"e; >12</option>
<option value="e;13"e; >13</option>
<option value="e;14"e; >14</option>
<option value="e;15"e; >15</option>
<option value="e;16"e; >16</option>
<option value="e;17"e; >17</option>
<option value="e;18"e; >18</option>
<option value="e;19"e; >19</option>
<option value="e;20"e; >20</option>
<option value="e;21"e; >21</option>
<option value="e;22"e; >22</option>
<option value="e;23"e; >23</option>
<option value="e;24"e; >24</option>
<option value="e;25"e; >25</option>
<option value="e;26"e; >26</option>
<option value="e;27"e; >27</option>
<option value="e;28"e; >28</option>
<option value="e;29"e; >29</option>
<option value="e;30"e; >30</option>
<option value="e;31"e; selected>31</option>
</select></td>
<td><select name="e;dob_mm"e; class="e;AllFormDD3Chars"e; id="e;today_mm"e; onkeydown="e;typeahead(this,event)"e;>
<option value="e;1"e; >Jan</option>
<option value="e;2"e; >Feb</option>
<option value="e;3"e; selected>Mar</option>
<option value="e;4"e; >Apr</option>
<option value="e;5"e; >May</option>
<option value="e;6"e; >Jun</option>
<option value="e;7"e; >Jul</option>
<option value="e;8"e; >Aug</option>
<option value="e;9"e; >Sep</option>
<option value="e;10"e; >Oct</option>
<option value="e;11"e; >Nov</option>
<option value="e;12"e; >Dec</option>
</select></td>
<td><select name="e;dob_yyyy"e; class="e;AllFormDD4Chars"e; id="e;today_yyyy"e; onkeydown="e;typeahead(this,event)"e;>
<option value="e;2005"e; >2005</option>
<option value="e;2006"e; >2006</option>
</select></td>
</tr>
</table></td>
<td width="e;5"e;></td>
<td class="e;bodytext"e;> <select name="e;frn_sfmid"e; class="e;AllForm20Chars"e;>
<option value="e;"e;>Please Select </option>
<option value="e;1"e; > Cash </option>
<option value="e;2"e; > Check </option>
<option value="e;3"e; > Credit Card </option>
<option value="e;10"e; > Manual Adjustment </option>
<option value="e;7"e; > Post Dated Check </option>
</select></td>
<td width="e;5"e;></td>
<td class="e;bodytext"e;> <input name="e;wp_memo"e; class="e;AllForm20Chars"e; value="e;"e; maxlength="e;20"e;>
</td>
<td width="e;5"e;></td>
<td class="e;bodytext"e;> <input name="e;wp_payment"e; class="e;AllForm6Chars"e; value="e;"e;>
</td>
</tr>
</table></td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<input type="e;hidden"e; name="e;theschoolsVї]"e; value="e;132"e;>
<input type="e;hidden"e; name="e;schoolfeeVї]"e; value="e;132"e;>
<tr>
<td align="e;right"e; class="e;foundtext"e;> <table width="e;600"e; border="e;0"e; cellpadding="e;0"e; cellspacing="e;0"e;>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
<tr class="e;bodytext"e;>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; height="e;16"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;95"e; bgcolor="e;#FEE68C"e;>Transaction</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;90"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Account Activity</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;85"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Account Status</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;60"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Debit</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;60"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Credit</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;60"e; bgcolor="e;#FEE68C"e;>Balance</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e; height="e;1"e;>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
</tr>
<tr>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; height="e;16"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;>Gurjit S Pawar</td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;>Workshop 5 - (Mar 19 2005 - Mar 19 2005)</td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> Accepted </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> 200.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td align="e;right"e; valign="e;middle"e; class="e;bodytext"e;>200.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
<tr>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; height="e;16"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;>Mar 29 2005</td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;>paid</td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> Cash </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> 10.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td align="e;right"e; valign="e;middle"e; class="e;bodytext"e;> 190.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
<tr>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; height="e;16"e; class="e;bodytext"e;> </td>
<td align="e;right"e; class="e;bodytext"e;><strong>Total</strong></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td align="e;right"e; valign="e;middle"e; class="e;bodytext"e;>190.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
</table></td>
</tr>
<tr>
<td height="e;10"e;></td>
</tr>
<input type="e;hidden"e; name="e;theamountdueї]"e; value="e;190"e;>
<tr>
<td align="e;left"e; class="e;foundtext"e;><table border="e;0"e; align="e;right"e; cellpadding="e;0"e; cellspacing="e;0"e;>
<tr>
<td class="e;bodytext"e;><strong>Total to Apply</strong></td>
<td width="e;5"e;></td>
<td><input name="e;tot_applyї]"e; type="e;text"e; class="e;AllForm7CharsRight"e;></td>
</tr>
</table></td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<input type="e;hidden"e; name="e;theschoolsVї]"e; value="e;131"e;>
<input type="e;hidden"e; name="e;schoolfeeVї]"e; value="e;131"e;>
<tr>
<td align="e;right"e; class="e;foundtext"e;> <table width="e;600"e; border="e;0"e; cellpadding="e;0"e; cellspacing="e;0"e;>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
<tr class="e;bodytext"e;>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; height="e;16"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;95"e; bgcolor="e;#FEE68C"e;>Transaction</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;90"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Account Activity</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;85"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Account Status</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;60"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Debit</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;60"e; align="e;left"e; bgcolor="e;#FEE68C"e;>Credit</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;60"e; bgcolor="e;#FEE68C"e;>Balance</td>
<td width="e;5"e; bgcolor="e;#FEE68C"e;> </td>
<td width="e;1"e; bgcolor="e;#E2E2E2"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e; height="e;1"e;>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td width="e;1"e; height="e;1"e; bgcolor="e;#E2E2E2"e;></td>
</tr>
<tr>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; height="e;16"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;>Gurjit S Pawar</td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;>Saturday Workshop - (Mar 26 2005 - Mar 27 2005)</td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> Accepted </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> 100.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td align="e;right"e; valign="e;middle"e; class="e;bodytext"e;>100.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
<tr>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; height="e;16"e; class="e;bodytext"e;> </td>
<td align="e;right"e; class="e;bodytext"e;><strong>Total</strong></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td class="e;bodytext"e;> </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td align="e;right"e; valign="e;middle"e; class="e;bodytext"e;>100.00 </td>
<td width="e;5"e; class="e;bodytext"e;> </td>
<td bgcolor="e;#E2E2E2"e; width="e;1"e;></td>
</tr>
<tr bgcolor="e;#E2E2E2"e;>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
<td height="e;1"e;></td>
</tr>
</table></td>
</tr>
<tr>
<td height="e;10"e;></td>
</tr>
<input type="e;hidden"e; name="e;theamountdueї]"e; value="e;100"e;>
<tr>
<td align="e;left"e; class="e;foundtext"e;><table border="e;0"e; align="e;right"e; cellpadding="e;0"e; cellspacing="e;0"e;>
<tr>
<td class="e;bodytext"e;><strong>Total to Apply</strong></td>
<td width="e;5"e;></td>
<td><input name="e;tot_applyї]"e; type="e;text"e; class="e;AllForm7CharsRight"e;></td>
</tr>
</table></td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
<tr>
<td align="e;center"e; class="e;foundtext"e;> <input name="e;add_payment"e; type="e;submit"e; class="e;AllFormButton"e; id="e;add_payment"e; value="e;Add Payment"e;>
</td>
</tr>
</form>
<tr>
<td align="e;left"e; class="e;foundtext"e;> </td>
</tr>
</table>
</body>
</html>
<script>
<!-- Begin
var ie4 = (document.all) ? true : false;
var ns4 = (document.layers) ? true : false;
var ns6 = (document.getElementById && !document.all) ? true : false;
function hidelayer(lay) {
if (ie4) {document.allїlay].style.visibility = "e;hidden"e;;}
if (ns4) {document.layersїlay].visibility = "e;hide"e;;}
if (ns6) {document.getElementById(їlay]).style.display = "e;none"e;;}
}
function showlayer(lay) {
if (ie4) {document.allїlay].style.visibility = "e;visible"e;;}
if (ns4) {document.layersїlay].visibility = "e;show"e;;}
if (ns6) {document.getElementById(їlay]).style.display = "e;block"e;;}
}
function writetolayer(lay,txt) {
if (ie4) {
document.allїlay].innerHTML = txt;
}
if (ns4) {
documentїlay].document.write(txt);
documentїlay].document.close();
}
if (ns6) {
over = document.getElementById(їlay]);
range = document.createRange();
range.setStartBefore(over);
domfrag = range.createContextualFragment(txt);
while (over.hasChildNodes()) {
over.removeChild(over.lastChild);
}
over.appendChild(domfrag);
}
}
// End -->
writetolayer('balancehere','860.00');
</script>