javascript getting url using location.search not working -
i using chrome 28.0.1500.95 m version, when use javascript code
window.location.search or location.search or window.location.hash
it returns null in javascript doc given return url. can 1 me out of this.
thanks in advance.
if you're looking fetching url then
window.location.href;
Comments
Post a Comment