joelnativeenergy
02-08-2007, 09:02 PM
In need of some help. I need to grab a value in the table below, and pre load it into a form on another website. I need to make a form action, that on click will take the value of <td class="carbon"> and drop that value into a form on another website labled "custom_qty"
<table id="summary_totals">
<tbody>
<tr class="totals">
<td class="total_label">Your Totals</td>
<td class="money"> $-21850.00 / $385.53 </td>
<td class="time"> 0 hrs / 0 hrs</td>
<td class="carbon">4544 tons / 2285 tons</td>
</tr>
Let's use http://www.website.com/index.html (placeholder) as the page that contains the final resting spot for the form "custom_qty"
Anyone know how I can do this? if you could help me in writing a form to do so I would be very thankfull!
-Joel
<table id="summary_totals">
<tbody>
<tr class="totals">
<td class="total_label">Your Totals</td>
<td class="money"> $-21850.00 / $385.53 </td>
<td class="time"> 0 hrs / 0 hrs</td>
<td class="carbon">4544 tons / 2285 tons</td>
</tr>
Let's use http://www.website.com/index.html (placeholder) as the page that contains the final resting spot for the form "custom_qty"
Anyone know how I can do this? if you could help me in writing a form to do so I would be very thankfull!
-Joel