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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -