Projekt

Obecné

Profil

4 batix
// JavaScript Document

function potvrd(what) {
if (what == '') what = 'Opravdu to chcete vzmazat?';
if (window.confirm(what)) document.formSmaz.submit();
else return false;
}