I don't think that the code below is good for what i'm trying to do:
echo("<A HREF='deleteuser.php?id=$uid' OnClick='ConfirmDelete();'>Delete</A>");
what i really want to do is when the user clicks on the hyperlink, the javascript function ConfirmDelete() gets called. If the function returns true, proceed to the hyperlink else display current page.
Does someone have an idea how to do this?
Waldi