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