Retrieving anchor value from URL
January 16th, 2008 by jf |
6 Comments |
Filed in ASP.NET, Ajax, Javascript, Web
Lately i have been trying to get a grasp of the anchor value from the URL using ASP.NET. From what i learned from the forum (This might be wrong since there is a way in PHP(http://www.php.net/manual/en/function.parse-url.php) to get the anchor value.)
Case study:
e.g http://www.somesamplebigsite.com/product.aspx?q=123&u=09#description
The url above send the user to a page product and [...]
Tags: Ajax, ASP.NET, Javascript, Web