var strHtml = '';strHtml += "
"; strHtml += "
Chcete výběr opravdu smazat?
Smazání je nevratné.
"; strHtml += " Ano "; strHtml += " Ne "; strHtml += "
"; var divBox = window.parent.document.getElementById('RememberInfo'); if(divBox){ divBox.innerHTML = strHtml; divBox.style.display = ''; divBox.style.position = 'absolute'; divBox.style.top = ''; divBox.style.left = ''; divBox.style.zIndex = 99; }