stevio
01-22-2010, 06:25 PM
I am wanting to use the location.hash value in my JavaScript as I am implementing Ajax. However, should I use:
window.location.hash
or
document.location.hash
or just
location.hash
?
Which is most compatible and best to use?
Thanks,
Stephen
window.location.hash
or
document.location.hash
or just
location.hash
?
Which is most compatible and best to use?
Thanks,
Stephen