Useful notes & manuals
from the
world wide web
L:
P:
Register now!
Reading anchor value from URL JavaScript
Solution from: http://bytes.com/topic/javascript/answers/535179-reading-url-anchor-refrence Created by tlw on 13.10.2024 @ 05:14

"#helloworld"

self.document.location.hash

"hellowworld"

self.document.location.hash.substring(1)

javascript   js   url   hash   location   href   anchor
 
Created by THE LOST WEB © 2009-2012