<script> for(var x = 'a'.charCodeAt(0); x<='z'.charCodeAt(0); x++) { document.writeln(String.fromCharCode(x)) } </script>