spacer image Home | My Websites | Javascript Workbench
 
click here to see the source code
Location Sniffer

This script reveals the different parts
of the current location object, which is
the url that caused the loading of this page.





Note:
location.search should include anything after a question mark in the url, and location.hash should include anything after a # mark in the url.


spacer image Home | My Websites | Javascript Workbench