<button title="Новое окно" onclick="www()">Открыть</button>
function www() { window.open(prompt('Введите адрес', '')); }