Posted by Angelos on 06/16/05 18:15
I have this list of logs stored in a MySQL DB.
I display them in a list and next to each log I have a del view LINK
I want to add Checkboxes next to each log and keep del and view links as
well.
Then you can select all the logs you want to delete, hit a delete Link and
send the variables in a script...
Can you do that without having a form ?
Can you have a checkbox without having a form ?
It sounds a bit awkward but I am just wandering
<li><a href="transaction.php?contCat=<? echo $contCat
?>&action=delete&contSubCat=<? echo $contSubCat ?>&content_id=<?php echo
$row['backup_id']; ?>"onClick="return formConfirm('del')">Del</a><input
name="<?php echo $row['backup_id']; ?>" type="checkbox" value="1">
</li>
Navigation:
[Reply to this message]
|