var name = prompt("Введите ваше имя",""); if (!name) {name="незнакомец"; } var s = "<h1>Привет, "+name+"!</h1>"; document.write(s);