<script> for (i in navigator) { document.write('<br>navigator.' + i + '=' + navigator[i]); } </script>