masters good day... im using php.. can you help me with message box YES/NO?
i had tride alert ("do you want to delete?");
i know there is something missing to show the buttons YES and NO... can you help me guys ?
tnx in advance..
Moderators: macek, egami, gesf



<script type="text/javascript">
var r=confirm("Press a button");
if (r==true)
{
x="You pressed OK!";
}
else
{
x="You pressed Cancel!";
}
</script>

Users browsing this forum: Google Feedfetcher and 1 guest