Capítulo 12
Location - Propriedades
JavaScript
<script type="text/javascript">
document.write('hash: ' + location.hash +'
')
document.write('host: ' + location.host +'
')
document.write('hostname: ' + location.hostname +'
')
document.write('href: ' + location.href +'
')
document.write('pathname: ' + location.pathname +'
')
document.write('port: ' + location.port +'
')
document.write('protocol: ' + location.protocol +'
')
document.write('search: ' + location.search + '
')
<script>
Arquivos exemplo: « anterior | próximo »
Link para uma âncora na página