<script>
document.write(
'location.host - ' + location.host + '<br>'+
'location.hostname - ' + location.hostname + '<br>'+
'location.href - ' + location.href + '<br>'+
'location.pathname - ' + location.pathname + '<br>'+
'location.port - ' + location.port + '<br>'+
'location.protocol - ' + location.protocol + '<br>'+
'location.search - ' + location.search);
</script>
location.search