
Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled</title>
<style type="text/css">
</style>
</head>
<body>
<script>
for(var i in document.location){
document.writeln(i+': <strong>'+document.location[i]+'</strong><br>')
}
</script>
</body>
</html>