location.hash
アンカーを返します。
構文
location.hash
例文
<html> <head> <title>location.hash</title> <script type="text/javascript"><!-- window.onload = function () { document.getElementById("result").innerHTML = location.hash; } // --></script> </head> <body> <div id="result"></div> </body> </html>
関連記事
- location.search
- location.replace
- location.reload
- location.protocol
- location.port
- location.pathname
- location.href
- location.hostname
- location.host
- location.assign
スポンサーリンク