document.getElementById('div_main').ondblclick=function() { var s; s = prompt("Какой текст добавить в блок ?"); this.innerHTML = s; }