javascript - get url with content after hash -


how can url content after hash ?

window.location return me url without hash :/

for example:

www.mystore.com#prodid=1

window.location return www.mystore.com

window.location.hash 

https://developer.mozilla.org/en/window.location

note properties section.


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -