That is, indeed, pretty off-topic, and should have
been asked elsewhere: not even Java, let alone Struts.

I don't even know what window.location.hash is; I
thought it was location.href.

--- Peter Neu <[EMAIL PROTECTED]> wrote:

> 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 
> 
>  
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to