i have this code that when the user click it will delete the record:
echo' <td bgcolor="'.$col or.'" width="40"><fon t face="Verdana"
size="1">
<a href="del.php?i d='.$id.'&dbf=' .$dbf_new.'">de lete</a></
font></td>';
i wanted to do a little confirmation before commiting the action. how
to do it?
tnx
echo' <td bgcolor="'.$col or.'" width="40"><fon t face="Verdana"
size="1">
<a href="del.php?i d='.$id.'&dbf=' .$dbf_new.'">de lete</a></
font></td>';
i wanted to do a little confirmation before commiting the action. how
to do it?
tnx
Comment