I'm playing with Rev CGI, creating membership forms with name-email-
tele-etc.
Rev writes to a master list (a text file on the server) and saves the
data in a tab
delimited list.
Each has an individual ID number and I include that in the value of a
checkbox
that I want to use to delete members (rows) from the list.
I cannot figure out how to select several checkboxes and then delete
those members
from a single button.
I'm hoping that someone will send me a clue on how to do this ;-)
sims
[sample rows follow]
<td>mary</td><td>[EMAIL PROTECTED]</td><td>123456</td><td>1221400356406</
td><td>delete this user <input type="checkbox" name="dump_row"
value="1221400356406"></td></tr>
<tr class="member">
<td colspan="6">
<input type="checkbox" name="option1" value="Milk">
<select name="mydropdown">
<option value="Milk">Dog</option>
<option value="Cheese">Cat</option>
<option value="Bread">Sheep</option>
</select>
</td>
<td>Joe</td><td>[EMAIL PROTECTED]</td><td>654321</td><td>1221400644839</
td><td>delete this user <input type="checkbox" name="dump_row"
value="1221400644839"></td></tr>
<tr class="member">
<td colspan="6">
<input type="checkbox" name="option1" value="Milk">
<select name="mydropdown">
<option value="Milk">Dog</option>
<option value="Cheese">Cat</option>
<option value="Bread">Sheep</option>
</select>
</td>
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution