[Javascript] window location hash

Matt Warden mwarden at gmail.com
Fri Mar 23 10:44:29 CDT 2007


On 3/23/07, Guillaume <javascript at webdesignofficina.com> wrote:
> Matt,
>
> Error: hashValue is not defined

You have a scope issue with where you are putting various parts of the
example code. I can't really help with that. Basically, hashValue is
not in window scope. There are various ways to get around this,
depending on the structure of the rest of your code. Of course, you
could just put the variable in window scope.

-- 
Matt Warden
Cleveland, OH, USA
http://mattwarden.com


This email proudly and graciously contributes to entropy.



More information about the Javascript mailing list