Written by: Soul Solutions Friday, 12 January 2007
Couple of handy javascript properties i can never remember off the top of my head to get url and query string data:
To get the anchor position of url:this.location.hash
To get the query string of the url:this.location.searchsubstring(1);
0 comment(s) so far...