Hello,

 

does somebody know how to get the window.location.hash to work in Firefox. 

 

I need to dynamically route the user to the right spot in my app with a
session variable and this little 

Bit of JS. Works in IE but not in Fire Fox

 

<script type="text/javascript">

                window.location.hash = "#<bean:write name="anchor"/>";

            </script>

 

Using Fire Fox  2.0.0..

Cheers,

Pete 

 

Reply via email to