【send1.html】 <meta charset="UTF-8"> <script> location.href = "./receive1.html#xxx"; </script> 【receive1.html】 <meta charset="UTF-8"> <script> var hash = location.hash.slice(1); alert("パラメータ値 " + hash + " を取得しました。"); </script>
<<< 目次 >>>