以下のこのスクリプトはIE9とChrome18で動作しますが、Firefox11で無限の更新を引き起こしています。
<script type="text/javascript">
$(document).ready(function () {
if (window.location.href.indexOf('#') == -1) {
window.location.hash = 'Value';
//window.location.href += 'Value';
}
});
</script>
よろしくお願いします、
レゼック