document.locationプロパティは、ドキュメントのURLを設定・参照します。
<script> document.write("このページのURL:" + encodeURI(document.location)); </script>