sftl99
07-22-2005, 11:31 PM
I have:
onclick='if(confirm("Are you sure you want to delete this record?")){ window.location="delete.php?id=<?=$row['id']?>";}'
But what I would LIKE to have happen is instead of just an 'ok' 'cancel' prompt, get a password prompt that asks for a password to delete the record. Is this doable?
onclick='if(confirm("Are you sure you want to delete this record?")){ window.location="delete.php?id=<?=$row['id']?>";}'
But what I would LIKE to have happen is instead of just an 'ok' 'cancel' prompt, get a password prompt that asks for a password to delete the record. Is this doable?