<!DOCTYPE html>
<html lang="en">
<head>
</head>
<body>
<button>клик</button>
<script>
document.querySelector('button').onclick = function(){
for(var i = 7; i; i--) alert(String.fromCharCode(Math.floor(Math.random()*(1040-1071))+1071));
};
</script>
</body>
</html>
Вот генератор