var is_confirmed = confirm("Are you sure you want to DELETE this album? (id: " + stuffid + ") \n\nWARNING: All the pictures and comments in this album will \nalso be deleted!");
if (is_confirmed) {
// Do nothing...
}
return is_confirmed;
}
function confirmPicture(stuffid)
{
var is_confirmed = confirm("Are you sure you want to DELETE this picture? (id: " + stuffid + ") \nComments will also be deleted.");
if (is_confirmed) {
// Do nothing...
}
return is_confirmed;
}
function confirmComment(stuffid)
{
var is_confirmed = confirm("Are you sure you want to DELETE this comment? (id: " + stuffid + ")");
if (is_confirmed) {
// Do nothing...
}
return is_confirmed;
}
function MM_openBrWindow(theURL,winName,features) { //v2.0