codice:
if (!confirm(titStr + txtStr)){
  return false;
}else{
  $('#aprichiudi').submit();
  return false; 
}