I have some simply problem 
I have code in my PHP form:
print "<a href=\"admin_news.php?action=skasuj&id=$id\"><img src=\"img/skasuj.gif\" border=\"0\"></img></a></td><td>";
This script line get me to the action form, where the massage will be deleted. I want give person who delete this massage some chance to change his choice. I thin about something lik
confirm("R U absolutly sure?")
but i don't knw where i have insert this script.
Please help me.
>netoperek<

I have code in my PHP form:
print "<a href=\"admin_news.php?action=skasuj&id=$id\"><img src=\"img/skasuj.gif\" border=\"0\"></img></a></td><td>";
This script line get me to the action form, where the massage will be deleted. I want give person who delete this massage some chance to change his choice. I thin about something lik
confirm("R U absolutly sure?")
but i don't knw where i have insert this script.
Please help me.
>netoperek<
Comment